summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-04remove 'sam backend'Jelmer Vernooij1-3/+0
(This used to be commit 373f8bcd29fec254a563161d9d0897ad810ef682)
2002-11-02port sec_desc headers reordering from HEAD.Simo Sorce6-225/+297
Thanks to Andrew Brtlet for the diff :-) (This used to be commit cf67981e73cf52803eae589a6b86e1274bf72d2c)
2002-11-02Merge of my 'ldap trust ids' patch from HEAD.Andrew Bartlett3-43/+138
This hopefully provides a peformance boost by not hitting getpwnam() for every entry in an enumeration, instead reteriving entries directly (if available). idra has reviewed this patch. Andrew Bartlett (This used to be commit 8abe71c4d7a796001c5765f4dd88c2e6f5637802)
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett29-875/+1686
The work here includes: - metze' set/changed patch, which avoids making changes to ldap on unmodified attributes. - volker's group mapping in passdb patch - volker's samsync stuff - volkers SAMR changes. - mezte's connection caching patch - my recent changes (fix magic root check, ldap ssl) Andrew Bartlett (This used to be commit 2044d60bbe0043cdbb9aba931115672bde975d2f)
2002-11-02Fix --set-auth-user command to delete entries from the secrets file when anTim Potter1-12/+68
empty username/password is passed on the command line. Previously we were leaving the domain name set and the password set to a NULL character. Added a --get-auth-user command to display the restrict anonymous username information. Can only be run successfully by root. (This used to be commit dcaf21efc5b48ddb0cbe70ce17e45c035ef525ad)
2002-11-02Some winbindd cleanups I made trying to fix cr1020:Tim Potter2-38/+108
- move winbindd client handling into accessor functions in winbindd_util.c - move some winbindd socket routines into accessor functions in winbindd_utils.c (The deadlock situation mentioned in the appliance branch is probably not applicable since we don't clear the connection cache on SIGHUP. Perhaps we should?) (This used to be commit ee0e3d31a1d1bef70810aadcdafdf9678d21ea8f)
2002-11-02Handle the case where the password used in RPC connections (for restrictTim Potter1-3/+8
anonymous support) is blank. (This used to be commit b376b7dad003593d26c867ffe8f906084e42160e)
2002-11-02Display pipe name in rpc bind failure debug.Tim Potter1-1/+2
(This used to be commit 70838b33a61a10e9bd1622611a6be3b0cac08479)
2002-11-01Merges from HEAD:Andrew Bartlett2-1/+3
- off-by-one fix - fixes warnings about insufficent space in buffer. - fix a memleak in uid.c - we forgot to free() the allocated struct. (This used to be commit b8951a6551b352e4aac7e8b0ecf7fec3f2d9634e)
2002-11-01adding roadmap to 3.0 branchGerald Carter1-0/+286
(This used to be commit 4bdcd1b6b3220d4566a625d0402d7f45163a39c8)
2002-11-01Tidyup of some DCERPC pipe connection debugs. The new LSA_DS stuffTim Potter1-4/+3
generates some errors we haven't seen before which are inappropriately logged at level 0. (This used to be commit 40d5112048ab0943caef7149b7a0d9dee5256b87)
2002-10-31Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison3-19/+25
Jeremy. (This used to be commit 6efd17ef78ebcfed1130312fa019d674e4663a00)
2002-10-31Check the long_archi name for NULL.Jeremy Allison1-0/+6
Jeremy. (This used to be commit e504d1170da0d89da78063f0a00fc7b9294d911f)
2002-10-31One more instance of AUTHLIBS...hopefully we can get most 3.0 builds backJim McDonough1-1/+1
up on the farm. (This used to be commit 134ddca56ba36580d88825f6dc24d3820e4c9810)
2002-10-31Steve Langasek's authentication lib (libpam, libcrypt) split didn't makeJim McDonough1-2/+5
it into Makefile.in in 3.0. This should fix a few builds. (This used to be commit 3b32e6bf5a4496beff3a817bdd3826947489b1ce)
2002-10-31Added the remainder of Buchan Milne's patches.John Terpstra2-3/+3
(This used to be commit 7415c2446934902894253d08e4c7f8ec78073482)
2002-10-31Applying Buchan Milne's patches.John Terpstra7-284/+1918
(This used to be commit 43f270b4909b363db50239e61184e057c96106b9)
2002-10-31Added DESTDIR patch from Buchan Milne.John Terpstra1-15/+15
(This used to be commit 4a5c926ac52576962b2af8f798ca2c80d8881d4e)
2002-10-31This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User15-0/+409
used to be commit f1acef4a1cc3ce99a765a2534a50fbd41f6e2e62)
2002-10-31Another Buchan Milne patch that escaped the last commit.John Terpstra1-1/+1
(This used to be commit 4cfa5425201087f579fa4091ce3fbf83e76a7d1a)
2002-10-31Applied Buchan Milne's patches.John Terpstra5-33/+16
(This used to be commit ce5a7084540feff7354d2005e25cef581ad500db)
2002-10-30Take out gcb2gtype and gtype2gcb fns. They were using symbols not definedJim McDonough1-46/+0
in 3.0 (new SAM in HEAD). Nobody was referencing these fns... (This used to be commit 386cc92dfa23b4e20172dff20fb14c2ad3172a58)
2002-10-30Rerun autoconfJelmer Vernooij2-1/+5
(This used to be commit ff10786c9d4662af355c12cc7363092dc5187e99)
2002-10-30Rerun autoconfJelmer Vernooij1-2/+1
(This used to be commit 7b7e54f7a8d4835b1f40e5617b1a9414322ff210)
2002-10-30Fix build. Don't use BSD setenv. Use POSIX putenv.Jim McDonough1-3/+6
Jeremy, it wasn't me!!!!!! (This used to be commit 00d4e5c67b8a3b8eafa56fd46fbaf4922030dd81)
2002-10-30use sys_dlopen instead of dlopen (thanks to jra for noticing)Jelmer Vernooij1-1/+1
(This used to be commit 86eb0a25b1df8ca25872f9846a74d0f13a4ad045)
2002-10-30Fix boog in argument list for nt_create_andx.Tim Potter1-1/+1
(This used to be commit 6945e89e2d10743635f01420c83d405a2d4cb356)
2002-10-30The locking description in this doc is outdated - note thatJelmer Vernooij1-0/+7
(This used to be commit 125c2fea550a88cf28fa82281b69a25b644edc4a)
2002-10-30- Remove RTLD_GLOBALJelmer Vernooij2-4/+5
- make smb_load_module() return the return value of init_module() (This used to be commit a8d2dd8d009797486105188f8fdb898a65bb25b0)
2002-10-30added a timegm() function for systems that don't have itAndrew Tridgell3-1/+27
(This used to be commit 732bc4519f1119100607cc84400e8f84e0c0ba9d)
2002-10-30Add init_module_function typedef for new module systemJelmer Vernooij1-0/+3
(This used to be commit 4d1206be5275a8af7dfb612f1747fba484a7d017)
2002-10-30Add initial vesion of new module systemJelmer Vernooij2-1/+65
(This used to be commit b5d05d3ec6808465d27e15db2a9ff48804e2e78e)
2002-10-30Don't build Makefile for examples/samJelmer Vernooij1-1/+1
(This used to be commit 0dd0f68b0f879d16f9b0895d7abee79ee3646069)
2002-10-30Remove SAM files - they belong in HEADJelmer Vernooij3-307/+0
(This used to be commit fc77e68b2bb199e507804baaa46a77cfa4862668)
2002-10-30Remove last SAM filesJelmer Vernooij2-921/+0
(This used to be commit c089c334689cca69900029abba627503c3a7ed75)
2002-10-30Remove references to SAMJelmer Vernooij1-12/+1
(This used to be commit 6691720620e5dda0b89a223c6773f351f63ef8fb)
2002-10-30Not sure why this is here - so off it goes.John Terpstra1-1720/+0
(This used to be commit f50b2c854ef7eaec7c6b9154fc9c1af7cb08e152)
2002-10-30Adding Buchan Milne's updates from HEAD.John Terpstra4-0/+1720
(This used to be commit e55e4c8dd66fd156a385c93f43c07bf778e2e764)
2002-10-30Adding Buchan Milne's updates.John Terpstra18-284/+2316
(This used to be commit d816c35c1d8db343c76a32a6d01952d2c192b092)
2002-10-30Added Buchan Milne's DESTDIR patch.John Terpstra1-15/+15
(This used to be commit d134d66f989026821b29b24c8c15a112213b61d6)
2002-10-29Add autom4te.cache (used by newer autoconfs)Jelmer Vernooij1-0/+1
(This used to be commit 94647051adc223e17997cd6688da0c71b7ea870a)
2002-10-29Add autom4te.cache (generated by newer autoconfs)Jelmer Vernooij1-0/+1
(This used to be commit 68f4ea757637197212e6b363d951ba671f2ee359)
2002-10-29Back out SAM - it belongs in HEADJelmer Vernooij3-8648/+17313
(This used to be commit da0d48eedce29ba236a517c99e35babb39d6a794)
2002-10-29Remove SAM - it belongs in HEADJelmer Vernooij2-284/+0
(This used to be commit 808dbcf345d0e00dc5bc0af2ef54f31a554824f0)
2002-10-29Remove SAM from 3.0 - it belongs in HEADJelmer Vernooij9-3502/+0
(This used to be commit cda79af76a7625498da52500e1ed861a36e35d12)
2002-10-29Sync with HEADJelmer Vernooij1-38/+37
(This used to be commit 658f3e92dd4b291b40ead3ef59eb19daf7f49076)
2002-10-29Sync with HEADJelmer Vernooij2-6/+1
(This used to be commit a64affffb2acf68956dc25be45c0559e6139a571)
2002-10-29Sync with HEADJelmer Vernooij1-1/+0
(This used to be commit 987b62137d38fc295dab75bdbc004031a99f4d56)
2002-10-29We also support security = serverJelmer Vernooij1-1/+1
(This used to be commit 5bd2c390e883ced39ca89d0180d87a35ce396e96)
2002-10-292.2 was the previous release - don't talk about it like it's currentJelmer Vernooij1-1/+1
(This used to be commit 752ef9463dc8b60cb0069344c3e30f65290270a1)