summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* remove unused NISPLUS/AUTOMOUNT stuffStefan Metzmacher2004-02-183-43/+1
| | | | | metze (This used to be commit cbfa29549e5b302f947c7f2ca14fbea257e46c33)
* remove pdb_nisplus, its also removed in samba3, because it was brokenStefan Metzmacher2004-02-181-1565/+0
| | | | | metze (This used to be commit db0b2222025d0d1955deed7cfcd10b8579e29869)
* move some cryto stuff to lib/crypto/*Stefan Metzmacher2004-02-185-626/+5
| | | | | metze (This used to be commit afe4dbfea658d3d3de847651ea2b3d5517e81f41)
* move external configure test programsStefan Metzmacher2004-02-1315-1510/+12
| | | | | | | from tests/*.c to build/tests/*.c metze (This used to be commit dea3a3acbfe2341f9276ceaec2a42f0931e2c336)
* move all old configure checks to build/m4/rewrite.m4Stefan Metzmacher2004-02-132-1789/+1789
| | | | | | | | | | | | we should get rid of this file in the end:-) the tests should go into subsystems config.m4 files the goal is to know which tests belong to what code and remove unused tests to make configure a bit faster metze (This used to be commit 3abb0fd19b27261e2b9fa46f287162be8f096913)
* move the tdb utils to utils/tdb/*Stefan Metzmacher2004-02-129-1492/+0
| | | | | metze (This used to be commit b49734fe4bb6432b2cf3f23fdead5a4fa9f7de0d)
* move the tdb lib code to lib/tdb/*Stefan Metzmacher2004-02-128-3501/+4
| | | | | metze (This used to be commit 5ebd6fb761370cbe2835a2a2631e24e35bcaffb4)
* move -lpopt replacement code from source/popt/* to source/lib/popt/*Stefan Metzmacher2004-02-1217-1772/+4
| | | | | metze (This used to be commit 9d1018557fdc51cada1ad082d85c0dc48e1b3072)
* move the -lpopt replacement to a LIBPOPT subsystemStefan Metzmacher2004-02-123-40/+57
| | | | | metze (This used to be commit 9eb593a7c065326dafbba896ed723d0ea5cb00ed)
* move more code to the config.m4 schemeStefan Metzmacher2004-02-126-104/+146
| | | | | | | LIBBASIC, LIBSMB are the new global subsystems metze (This used to be commit a25c167b3f13031ba992b2d3f74387bdfffbf5b0)
* do not return a value in a void functionStefan Metzmacher2004-02-121-1/+1
| | | | | metze (This used to be commit 836612b841ce7f91525c333d81e31dcdb83f533c)
* fixed a void return spotted by metzeAndrew Tridgell2004-02-111-1/+1
| | | | (This used to be commit 3f1b7e51c9f18745b6c06c3934ecc4fdd743e1d0)
* as I renamed the PDB subsystem to PASSDB, we need to renameStefan Metzmacher2004-02-115-6/+6
| | | | | | | the static init functions of the modules too:-) metze (This used to be commit 09839de27c9741051b9ebd751c4adcd1c1481cf8)
* fixed a couple of uninitialised returns spotted by valgrindAndrew Tridgell2004-02-101-2/+2
| | | | (This used to be commit ccce61287de07684159e2de990773f4098e07652)
* don't force debug in the RPC-MGMT testAndrew Tridgell2004-02-101-2/+0
| | | | (This used to be commit e0eb4b3cfb75385ff7a012ca0f8fad1278c195d9)
* we can close the netlogon pipe used to setup the schannel session keyAndrew Tridgell2004-02-101-1/+3
| | | | | | as soon as we are finished with the netlogon negotiation phase. The session key remains valid. (This used to be commit 95a40d4693994edcb2284a2a135d2db426f6addb)
* Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter2004-02-1026-394/+394
| | | | | only users are smbclient and smbtorture. (This used to be commit 54cb508c78e5c1faa3ade46b46b165983c880d10)
* don't always use the same schannel context numberAndrew Tridgell2004-02-101-1/+1
| | | | (This used to be commit 396e0757122614211b535b140d9365ac7b8b880d)
* - modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell2004-02-1014-164/+833
| | | | | | | | | and schannel are both instances of possible security modules - added schannel sign and sign/seal support to the dcerpc client code. You select it with binding options of "schannel,sign" or "schannel,seal". (This used to be commit 05db0b9d942cad8f1dd574dc35b759e5e79d4195)
* the subsystem name is 'PASSDB' so name the modules 'passdb_XXX'Stefan Metzmacher2004-02-091-6/+6
| | | | | metze (This used to be commit 1516f7974984e46a825c66daae6bc73eb6859700)
* - remove unused 'evel ...' calls, we don't need them inside ofStefan Metzmacher2004-02-091-8/+8
| | | | | | | | | | | AC_XXX() macros - handle --with-shared-modules=process_model --with-static-modules=process_model_single right. ( build 'single' static and the rest of the process_model modules shared, if they're not declared as NOT. metze (This used to be commit a57734877dd58ab3159435a145b307bd546a9e99)
* fix pdb_ldap build if LDAP support was detectedStefan Metzmacher2004-02-091-1/+1
| | | | | metze (This used to be commit 3d50b327ce85d8929db7a3135f927f744ce6b111)
* Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter2004-02-0839-1364/+1383
| | | | | | | | smbtorture to use the new interface. Part 2 will be to eliminate cli_state from smbtorture as this is now the only place where it is used. (This used to be commit db1cc96af62ea42837d60592877fc3f93cef143b)
* add the TORTURE SUBSYSTEM to the config.m4 schemeStefan Metzmacher2004-02-053-23/+36
| | | | | | | | | | tridge: I'll convert all stuff first to this scheme and then move to the scheme with two files per subsystems so we'll later something like config.m4 and config.mk... metze (This used to be commit 39e1a9b0c55138695e9736612b62ddada157d690)
* remove unused Makefile vars and fix dublication in $(PROTO_OBJ)Stefan Metzmacher2004-02-051-7/+5
| | | | | metze (This used to be commit 2173efba143c633fee599b6e188ed7f66b9bb87f)
* This would appear to restore smbtorture to be able to use the syntaxAndrew Bartlett2004-02-031-1/+3
| | | | | | | documented in it's self-help for RPC tests. Andrew Bartlett (This used to be commit 49b52cdbfe26dd7afe74aeb4596a4fd34806dabe)
* - add 'print' to the DCERPC binding stringsStefan Metzmacher2004-02-0315-33/+16
| | | | | | | | | | | | | | | | e.g. ncacn_np:myserver:[samr,sign,print] will now enable the packet debugging and the debugging is not bound anymore to the debuglevel >= 2 in the torture tests - also the dcesrv_remote module now supports debugging of the packets use the 'dcerpc_remote:binding' smb.conf parameter. metze (This used to be commit 40abf3c584efed7f977ddd688ea064540e5a5b13)
* if vfs_cifs want to modify the ntvfs_ops struct, it shouldStefan Metzmacher2004-02-031-1/+6
| | | | | | | use a temporary copy of the struct! metze (This used to be commit 372522c64f2aea76b3fe136752d4da40e61d2bec)
* move include/ntvfs.h to ntvfs/ntvfs.hStefan Metzmacher2004-02-032-1/+1
| | | | | metze (This used to be commit 041dc8c83df21c4cff9a62b9381ebc68b3876e77)
* - port AUTH and PASSDB subsystems to newStefan Metzmacher2004-02-0321-268/+569
| | | | | | | | | SMB_SUBSYSTEM() scheme - some const fixes in ntvfs metze (This used to be commit af89a78123068767b1d134969c5651a0fd978b0d)
* make more function static, they are still available via the function pointersStefan Metzmacher2004-02-032-2/+2
| | | | | metze (This used to be commit 4597643e76a34397cd2344a91d7045163ea7a942)
* do some merging from 3.0Stefan Metzmacher2004-02-034-16/+33
| | | | | metze (This used to be commit 47a240d7b833542937a1b93829c1cf8baae2ffc5)
* - move all SMB server stuff to smb_server/*Stefan Metzmacher2004-02-0319-771/+793
| | | | | | | | | and create the SMB server subsystem - remove unused XML and MYSQL configure tests metze (This used to be commit 956d212c83d8ebd8e31ec109f17dc2105ca72c30)
* remove some unused stuffStefan Metzmacher2004-02-023-55/+3
| | | | | metze (This used to be commit d634a78faef8f59266f253bac76585ec79ff1b54)
* const fixesStefan Metzmacher2004-02-022-3/+3
| | | | | metze (This used to be commit a2beaa0823f899ae9f49c2e624f5e10263c5c26b)
* readd this fix:Stefan Metzmacher2004-02-021-1/+1
| | | | | | | fix PROTO_OBJS ... fix make proto on some platforms metze (This used to be commit 5346756a65af12aed1696318e41ea0deab1c7fda)
* - we now specify the object files in the subsystems config.m4 fileStefan Metzmacher2004-02-0215-196/+350
| | | | | | | | | | | | | I plan to convert all objectfile group to use SMB_SUBSYSTEM later I'll add a SMB_BINARY() and SMB_LIBRARY(), then there will be no more need to touch Makefile.in, because all make rules will be autogenerated by configure - convert the PROCESS_MODEL subsystem to this new scheme and move the pthread test to smbd/process_model.m4 - convert the CHARSET subsystem to this new scheme and move the iconv test to lib/iconv.m4 (This used to be commit 2e57ee884ebea194ee79ac20e84e385481b56aa2)
* some DEBUG and comment fixesStefan Metzmacher2004-02-029-14/+24
| | | | | metze (This used to be commit 5ac4f878687eb0fa95a2e5830a8372168a27d3b3)
* some compilers don't like the #warning preprocessing directiveStefan Metzmacher2004-02-021-1/+0
| | | | | | | so just do a DEBUG(0,("...")); metze (This used to be commit c087ff38b0c67a2246214c1303b045e6a7c2aa4a)
* remove unused filesStefan Metzmacher2004-02-022-65/+0
| | | | | | | we maybe need the util_smbd.c code later but this should not be in the lib/ dir metze (This used to be commit 2149d414079cefc956bc9a50e30b7bb423f4aca6)
* remove unused .cvsignore fileStefan Metzmacher2004-02-021-3/+0
| | | | (This used to be commit 64e064c4971a361a41b80ac47757e8581448f523)
* some systems doesn't have ./ in PATHStefan Metzmacher2004-02-021-2/+2
| | | | | | | so use ./build/pidl/pidl.pl metze (This used to be commit 7aab10d507346ac8d748558e5b9dbcfe9a56f601)
* fix PROTO_OBJS ... fix make proto on some platformsStefan Metzmacher2004-02-021-1/+1
| | | | | metze (This used to be commit ae37d9bb3f570a069d5a0492a1ecac9a4d14a7f5)
* Makefile.in cleanups:Stefan Metzmacher2004-02-014-33/+34
| | | | | | | | | | | | | | | | lib/util_smbd.c is not used anymore reorder the SMB_MODULE() parameters the goal is to autogenerate the make rules for shared modules: dnl SMB_MODULE(1:name,2:subsystem,3:default_build, 4:object_files,5:shared_object,6:libs 7:whatif-static,8:whatif-shared,9:whatif-not) and generate <SUBSYSTEM>_LIBS and MODULE_<name>_LIBS with the SMB_MODULE() macro metze (This used to be commit 904ce91ed9e3b26d591278984ae32fa99bac01fd)
* merge:Stefan Metzmacher2004-02-0120-774/+1504
| | | | | | | | ldap and krb5 configure tests libads/*.c and libcli/raw/clikrb5.c from 3.0 metze (This used to be commit 64b5bfcd73d7626d6f687a641b11e64821144df7)
* remove unused configure checks and optionsStefan Metzmacher2004-01-292-744/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | --with-acl-support --with-sendfile-support --with-manpages-langs --with-utmp --with-quotas --with-nisplus-home --with-profiling-data --with-syslog --with-pam_smbpass --with-pam --with-smbmount --with-automount --with-dce-dfs --with-afs --with-smbwrapper poll and poll.h I'm sure we need some of this but e.g. acl, sendfile and quotas belong only to the posix ntvfs module, so the tests will to into a seperate config.m4 file, when we need them... metze (This used to be commit 9bf405dd40c2133700a55fc6e163e975b4e62a66)
* add find_unused_options.shStefan Metzmacher2004-01-291-0/+42
| | | | | | | | | | this script finds unused lp_*() functions use it like this: user@host:~/samba/source>./script/find_unused_options.sh metze (This used to be commit 350fbe3440e28bcb26f9a9e8b999b0c4a70de64d)
* remove a lot of unused smb.conf optionsStefan Metzmacher2004-01-291-651/+16
| | | | | | | | I think we should remove a view more, but step by step:-) metze (This used to be commit 534ccc5332d16c395847885e3b793d10b67b9855)
* remove a lot of unused stuff from the header filesStefan Metzmacher2004-01-2816-342/+49
| | | | | | | and exclude some files from Makefile.in metze (This used to be commit f77990cf2496f72d02566f09477349436be3dfcd)
* - cosmetic fix in configure.inStefan Metzmacher2004-01-282-4/+5
| | | | | | | - fix mem leak in process.c metze (This used to be commit d82ada11377e7613fc7c48afa9ef5f8a2e54233c)