summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* in the async socket handling routines in the cifs backend don't assumeAndrew Tridgell2004-03-081-3/+3
* fixed two writex client bugsAndrew Tridgell2004-03-081-4/+4
* make proto should not catch any function of the lib/popt/*.c stuffStefan Metzmacher2004-02-241-2/+2
* let the popt replacement stuff survive a make protoStefan Metzmacher2004-02-245-37/+67
* renaming and restructuring of same object file listsStefan Metzmacher2004-02-231-44/+44
* - creat the LIBCMDLINE subsystemStefan Metzmacher2004-02-227-593/+108
* The file descriptor argument to cli_getattrE() is a fnum not a fd.Tim Potter2004-02-211-2/+2
* remove the python stuff, this will be rewritten on top of libsmb.soStefan Metzmacher2004-02-2112-664/+0
* split up the schannel rpc client code into separate key establishmentAndrew Tridgell2004-02-211-19/+64
* added the simple HOLDCON torture test. This is used to establishAndrew Tridgell2004-02-211-0/+56
* fixed a problem with the smb client code spinning when the connectionAndrew Tridgell2004-02-211-1/+5
* don't inlcude rpc/rpc.h and rpcsvc/*.h anymoreStefan Metzmacher2004-02-184-167/+6
* remove unused NISPLUS/AUTOMOUNT stuffStefan Metzmacher2004-02-183-43/+1
* remove pdb_nisplus, its also removed in samba3, because it was brokenStefan Metzmacher2004-02-181-1565/+0
* move some cryto stuff to lib/crypto/*Stefan Metzmacher2004-02-185-626/+5
* move external configure test programsStefan Metzmacher2004-02-1315-1510/+12
* move all old configure checks to build/m4/rewrite.m4Stefan Metzmacher2004-02-132-1789/+1789
* move the tdb utils to utils/tdb/*Stefan Metzmacher2004-02-129-1492/+0
* move the tdb lib code to lib/tdb/*Stefan Metzmacher2004-02-128-3501/+4
* move -lpopt replacement code from source/popt/* to source/lib/popt/*Stefan Metzmacher2004-02-1217-1772/+4
* move the -lpopt replacement to a LIBPOPT subsystemStefan Metzmacher2004-02-123-40/+57
* move more code to the config.m4 schemeStefan Metzmacher2004-02-126-104/+146
* do not return a value in a void functionStefan Metzmacher2004-02-121-1/+1
* fixed a void return spotted by metzeAndrew Tridgell2004-02-111-1/+1
* as I renamed the PDB subsystem to PASSDB, we need to renameStefan Metzmacher2004-02-115-6/+6
* fixed a couple of uninitialised returns spotted by valgrindAndrew Tridgell2004-02-101-2/+2
* don't force debug in the RPC-MGMT testAndrew Tridgell2004-02-101-2/+0
* we can close the netlogon pipe used to setup the schannel session keyAndrew Tridgell2004-02-101-1/+3
* Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter2004-02-1026-394/+394
* don't always use the same schannel context numberAndrew Tridgell2004-02-101-1/+1
* - modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell2004-02-1014-164/+833
* the subsystem name is 'PASSDB' so name the modules 'passdb_XXX'Stefan Metzmacher2004-02-091-6/+6
* - remove unused 'evel ...' calls, we don't need them inside ofStefan Metzmacher2004-02-091-8/+8
* fix pdb_ldap build if LDAP support was detectedStefan Metzmacher2004-02-091-1/+1
* Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter2004-02-0839-1364/+1383
* add the TORTURE SUBSYSTEM to the config.m4 schemeStefan Metzmacher2004-02-053-23/+36
* remove unused Makefile vars and fix dublication in $(PROTO_OBJ)Stefan Metzmacher2004-02-051-7/+5
* This would appear to restore smbtorture to be able to use the syntaxAndrew Bartlett2004-02-031-1/+3
* - add 'print' to the DCERPC binding stringsStefan Metzmacher2004-02-0316-35/+19
* if vfs_cifs want to modify the ntvfs_ops struct, it shouldStefan Metzmacher2004-02-031-1/+6
* move include/ntvfs.h to ntvfs/ntvfs.hStefan Metzmacher2004-02-032-1/+1
* - port AUTH and PASSDB subsystems to newStefan Metzmacher2004-02-0321-268/+569
* make more function static, they are still available via the function pointersStefan Metzmacher2004-02-032-2/+2
* do some merging from 3.0Stefan Metzmacher2004-02-034-16/+33
* - move all SMB server stuff to smb_server/*Stefan Metzmacher2004-02-0319-771/+793
* remove some unused stuffStefan Metzmacher2004-02-023-55/+3
* const fixesStefan Metzmacher2004-02-022-3/+3
* readd this fix:Stefan Metzmacher2004-02-021-1/+1
* - we now specify the object files in the subsystems config.m4 fileStefan Metzmacher2004-02-0215-196/+350
* some DEBUG and comment fixesStefan Metzmacher2004-02-029-14/+24