summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* 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-0315-33/+16
* 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
* some compilers don't like the #warning preprocessing directiveStefan Metzmacher2004-02-021-1/+0
* remove unused filesStefan Metzmacher2004-02-022-65/+0
* remove unused .cvsignore fileStefan Metzmacher2004-02-021-3/+0
* some systems doesn't have ./ in PATHStefan Metzmacher2004-02-021-2/+2
* fix PROTO_OBJS ... fix make proto on some platformsStefan Metzmacher2004-02-021-1/+1
* Makefile.in cleanups:Stefan Metzmacher2004-02-014-33/+34
* merge:Stefan Metzmacher2004-02-0120-774/+1504
* remove unused configure checks and optionsStefan Metzmacher2004-01-292-744/+2
* add find_unused_options.shStefan Metzmacher2004-01-291-0/+42
* remove a lot of unused smb.conf optionsStefan Metzmacher2004-01-291-651/+16
* remove a lot of unused stuff from the header filesStefan Metzmacher2004-01-2816-342/+49
* - cosmetic fix in configure.inStefan Metzmacher2004-01-282-4/+5