1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

5043 Commits

Author SHA1 Message Date
Jeremy Allison
eb88512cff Implementation module for netlog pipe. Can't be easily integrated into
HEAD right now due to passdb changes - placeholder added.
Jeremy.
-
Jeremy Allison
e14c88ddf4 Split srvsvc pipe into interface and implementation modules.
Jeremy.
-
Jeremy Allison
6a16b3850f Split wks pipe into interface and implementation modules.
Jeremy.
-
Jeremy Allison
1cc96e0340 Separated lsa code into interface and implementation.
Jeremy.
-
Jeremy Allison
72e7c261e8 Added implementation file for lsa.
Jeremy.
-
Gerald Carter
f84d1892cf DocBook V4.1 DTD so we are all on the same page -
Gerald Carter
214caff101 ISO entity files needed for DocBook V4.1 DTD -
Gerald Carter
45d406ba27 beginning on consolidating individual text files.
Chapter 1 contains UNIX_INSTALL.txt
-
Gerald Carter
69fff4e8a7 used in AC_INIT(). Contains global entities for DocBook files.
Not actually referenced yet.  That'll come soon
-
Gerald Carter
aa1113c622 updates to instructions -
Gerald Carter
46fec4253a dependencies for individual man pages are handled now -
Richard Sharpe
44986f397a Fix some errors uncovered in libsmbclient by the test suite
Fix some problems with unused variables and reaching the end of a
  nonvoid function
-
Jeremy Allison
f434cda977 Started conversion of lsa server code to canonical format (as srv_reg and
srv_samr have been).
Jeremy.
-
Andrew Tridgell
e7ccb9be6d made some LANMAN1 wildcard progress
it now handles -M LANMAN1 -f '.x' -m '?x' nicely
-
Andrew Tridgell
2a94e8e02d updated prototypes -
Andrew Tridgell
85ce14f36d made some progress in masktest
it now handles the server renaming files on create
-
Andrew Tridgell
339bcfd05d fixed a bug in non-terminated unicode strings with clistr_pull() -
Andrew Tridgell
a5407366b7 add cli_list_new() for forced new protocol listing -
Andrew Tridgell
06d158d5e9 a snapshot of my attempts to get wildcard matching right for LANMAN1
clients. This is not complete and not correct - expect some more work
on this soon
-
Andrew Tridgell
735f29319b use cli_list_old() when negotiating the older protocols -
Andrew Tridgell
5b17284265 neater negprot code using the new cli_setup_bcc() call -
Andrew Tridgell
69c13434f6 the -m option to the client is back -
Jeremy Allison
b857113f40 Separated reg code into interface & implementation.
libsmb/namequery.c: Removed ununsed variables.
Jeremy.
-
Jeremy Allison
f0d11b6997 rpc_client/cli_netlogon.c: Fixed incorrect printf.
Added Solaris ACL support.
Jeremy.
-
Jeremy Allison
bda1d6d4a4 This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy :-).
Probably Veritas too... :-).
It allows Samba as a domain member to authenticate against an AS/U server such
as the older HP PDC product or PD Netlink. It does this by trying a netlogon
with info level 3 and then falling back to info level 2 if the PDC returns
invalid info level.
Jeremy.
-
Gerald Carter
cb22574404 playing with Makefile and autogen -
Gerald Carter
416789f0b6 'make html` is ugly but it works.... -
Gerald Carter
4d126e8098 'make man' will generate all man pages now -
Gerald Carter
49ae264b84 moved rpcclient from section 8 to section 1 -
Gerald Carter
ff3623cae6 playing with autogen files again -
Gerald Carter
caea759c9b couple of updates to remove error message when generating
man pages
-
Gerald Carter
c629929b2c just saving my changes as I go. These do not work yet.... -
Gerald Carter
f77fa6a0e5 removed wrong patch to get_dir_entry(). This was left over from the
wildcard stuff....
-
Gerald Carter
e2070a4bde more autogen stuff -
Gerald Carter
435dbd0535 last files converted!!! Yah!!!! :-) -
Andrew Tridgell
b0b49a4b28 make sure denied aces are first -
Andrew Tridgell
703d9f5cb3 cast the qsort -
Andrew Tridgell
61293979ce - fixed the sort_acl bug, sorting now works right
- don't allow setting of duplicate ACEs
- fixed a ACE delete bug
-
Gerald Carter
7247027e83 more updates. Conversion almost done. 2 more man pages
(then all the ASCII stuff)
-
Jeremy Allison
71029da7dd include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.
include/smb.h: Added LPQ_xx enums to correspond with the NT JOB_STATUS_XXX. We
                need these to be different as we're storing LPQ_xx enums in the tdb
                already.
rpc_server/srv_spoolss_nt.c: Don't need to return status strings as we're now
                            returning status codes.
smbd/lanman.c: Change the RAP status codes to have "RAP" in the name.
printing/printing.c: Keep track of the status of a job. Allow a job to be
                deleted from one smbd when being submitted by another.
                Made logic in mutex clearer.
Jeremy.
-
Gerald Carter
03f85cf3c8 I'm just checking these in. There not done. -
Gerald Carter
edb0e5df4c autogenerated files.... -
Gerald Carter
5ffb96527e add a few, fix a few, add a few, fix a few... -
Jeremy Allison
d388dfa53b Always increment even if the read fails (otherwise we spin if we hit the kernel bug...).
Jeremy
-
Gerald Carter
c3930c6bdb more auto generated.... -
Gerald Carter
33310282d1 saving this one while I go eat -
Gerald Carter
583a7b3a8c one more down... -
Gerald Carter
3d8f4113eb make it stop...please, make it stop.... -
Gerald Carter
ec1dfb80b3 save as we go. More pages done. -
Gerald Carter
723bcb57e8 while I was at it..... -