summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge Jim's new rpc client code to 3.0.Jeremy Allison2002-11-071-110/+145
| | | | | | | | | | Jeremy. (This used to be commit 121c456d4347bbefd9b2ce0141e3f53a21f37066)
* | Fix the build.Jim McDonough2002-11-071-1/+4
| | | | | | | | | | | | | | Build farm! Build farm! Please check the build farm! ...or at least run make torture. (This used to be commit 36545ee9a78146fa03d27fed6c7184d5fdadb2ab)
* | Stop using hardcoded smbtrans subcommandsJim McDonough2002-11-071-3/+3
| | | | | | | | (This used to be commit 117077b172acbdf0e059feb0d598e99cec481291)
* | Define smbtrans subcommands so we can stop hardcoding themJim McDonough2002-11-071-0/+5
| | | | | | | | (This used to be commit 645c2d5c30a79d4aa28f477dbf0fc44d319fd35d)
* | Perform my janitorial duties.Tim Potter2002-11-071-6/+0
| | | | | | | | (This used to be commit 3810f13682617d043d3cffaafe8a7cb7125c4ecd)
* | Keeping 3.0 in sync....Jeremy Allison2002-11-071-7/+11
| | | | | | | | | | Jeremy. (This used to be commit 6d98ac2634d17f7f8fb17c43923ddd2b1e723d86)
* | Jeremy the janitor again... keeping 3.0 in sync with tridge's changes thisJeremy Allison2002-11-071-0/+3
| | | | | | | | | | | | time. Jeremy. (This used to be commit 3803324d3d49f81ef0a82c4a9fedae70d32cb409)
* | Keep branches in sync.....Jeremy Allison2002-11-072-15/+26
| | | | | | | | | | Jeremy. (This used to be commit faf92207e71980aaaad8b5487f5c2d6a60f7ddd1)
* | Keeping branches in sync....Jeremy Allison2002-11-071-1/+2
| | | | | | | | | | Jeremy. (This used to be commit eb937761c4047bd98990ca33e56b668465e2c228)
* | Being tpot's janitor again.... checking in things only checked into HEAD.Jeremy Allison2002-11-071-3/+4
| | | | | | | | | | | | We are meant to be keeping 3.0 up to date... Jeremy. (This used to be commit a4c8c8f3b767f0cd4c1fa977efe8bfcd3de980d0)
* | Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-0710-54/+356
| | | | | | | | | | Jeremy. (This used to be commit d030df76439c72825d68410211e62090438cef54)
* | Sync up python stuff from HEAD.Tim Potter2002-11-077-303/+463
| | | | | | | | (This used to be commit 92c76e16fa40adc6148b9c11b3e377f35c464975)
* | Merge of get_dc_list() api change from HEAD.Tim Potter2002-11-068-123/+109
| | | | | | | | (This used to be commit 6ba7847ce2756fde94e530fd0bf2a055f3e27373)
* | Merge things that bloody tpot should be doing :-).Jeremy Allison2002-11-061-2/+14
| | | | | | | | | | Jeremy. (This used to be commit 77d534f7fd9ad74ca6d5e74860b29bb8ad54268f)
* | Ensure can_delete returns the correct error code.Jeremy Allison2002-11-051-1/+4
| | | | | | | | | | Jeremy. (This used to be commit 52af4ed9ecd8ef5f31ce00c94bc55d6013a7f65a)
* | Missed extern.Jeremy Allison2002-11-051-0/+1
| | | | | | | | | | Jeremy. (This used to be commit 13995fc0499798e546b019eb44a98614df0ded97)
* | Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison2002-11-052-0/+4
| | | | | | | | | | Jeremy. (This used to be commit 4ec381d64249203e0924b86600fe8e67ada1cb5b)
* | Merge vl's 'algorithmic rid base' patch, and my changes to pdb_smbpasswd's NUAAndrew Bartlett2002-11-053-24/+58
| | | | | | | | | | | | | | support from HEAD -> 3.0 Andrew Bartlett (This used to be commit 89d8ebd520e2a441e6d5b6b8adb6c483b0131adc)
* | Sync with HEAD.Tim Potter2002-11-0411-68/+265
| | | | | | | | (This used to be commit 0310e539bb41f569c7ae77b2d131e966adefa27b)
* | remove 'sam backend'Jelmer Vernooij2002-11-041-3/+0
| | | | | | | | (This used to be commit 373f8bcd29fec254a563161d9d0897ad810ef682)
* | port sec_desc headers reordering from HEAD.Simo Sorce2002-11-026-225/+297
| | | | | | | | | | Thanks to Andrew Brtlet for the diff :-) (This used to be commit cf67981e73cf52803eae589a6b86e1274bf72d2c)
* | Merge of my 'ldap trust ids' patch from HEAD.Andrew Bartlett2002-11-022-36/+99
| | | | | | | | | | | | | | | | | | | | 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)
* | Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-0229-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)
* | Fix --set-auth-user command to delete entries from the secrets file when anTim Potter2002-11-021-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)
* | Some winbindd cleanups I made trying to fix cr1020:Tim Potter2002-11-022-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)
* | Handle the case where the password used in RPC connections (for restrictTim Potter2002-11-021-3/+8
| | | | | | | | | | anonymous support) is blank. (This used to be commit b376b7dad003593d26c867ffe8f906084e42160e)
* | Display pipe name in rpc bind failure debug.Tim Potter2002-11-021-1/+2
| | | | | | | | (This used to be commit 70838b33a61a10e9bd1622611a6be3b0cac08479)
* | Merges from HEAD:Andrew Bartlett2002-11-012-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)
* | Tidyup of some DCERPC pipe connection debugs. The new LSA_DS stuffTim Potter2002-11-011-4/+3
| | | | | | | | | | | | generates some errors we haven't seen before which are inappropriately logged at level 0. (This used to be commit 40d5112048ab0943caef7149b7a0d9dee5256b87)
* | Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2002-10-313-19/+25
| | | | | | | | | | Jeremy. (This used to be commit 6efd17ef78ebcfed1130312fa019d674e4663a00)
* | Check the long_archi name for NULL.Jeremy Allison2002-10-311-0/+6
| | | | | | | | | | Jeremy. (This used to be commit e504d1170da0d89da78063f0a00fc7b9294d911f)
* | One more instance of AUTHLIBS...hopefully we can get most 3.0 builds backJim McDonough2002-10-311-1/+1
| | | | | | | | | | up on the farm. (This used to be commit 134ddca56ba36580d88825f6dc24d3820e4c9810)
* | Steve Langasek's authentication lib (libpam, libcrypt) split didn't makeJim McDonough2002-10-311-2/+5
| | | | | | | | | | it into Makefile.in in 3.0. This should fix a few builds. (This used to be commit 3b32e6bf5a4496beff3a817bdd3826947489b1ce)
* | Added DESTDIR patch from Buchan Milne.John Terpstra2002-10-311-15/+15
| | | | | | | | (This used to be commit 4a5c926ac52576962b2af8f798ca2c80d8881d4e)
* | Take out gcb2gtype and gtype2gcb fns. They were using symbols not definedJim McDonough2002-10-301-46/+0
| | | | | | | | | | in 3.0 (new SAM in HEAD). Nobody was referencing these fns... (This used to be commit 386cc92dfa23b4e20172dff20fb14c2ad3172a58)
* | Rerun autoconfJelmer Vernooij2002-10-301-2/+1
| | | | | | | | (This used to be commit 7b7e54f7a8d4835b1f40e5617b1a9414322ff210)
* | Don't build Makefile for examples/samJelmer Vernooij2002-10-301-1/+1
| | | | | | | | (This used to be commit 0dd0f68b0f879d16f9b0895d7abee79ee3646069)
* | Remove last SAM filesJelmer Vernooij2002-10-302-921/+0
| | | | | | | | (This used to be commit c089c334689cca69900029abba627503c3a7ed75)
* | Remove references to SAMJelmer Vernooij2002-10-301-12/+1
| | | | | | | | (This used to be commit 6691720620e5dda0b89a223c6773f351f63ef8fb)
* | Add autom4te.cache (generated by newer autoconfs)Jelmer Vernooij2002-10-291-0/+1
| | | | | | | | (This used to be commit 68f4ea757637197212e6b363d951ba671f2ee359)
* | Back out SAM - it belongs in HEADJelmer Vernooij2002-10-293-8648/+17313
| | | | | | | | (This used to be commit da0d48eedce29ba236a517c99e35babb39d6a794)
* | Remove SAM - it belongs in HEADJelmer Vernooij2002-10-292-284/+0
| | | | | | | | (This used to be commit 808dbcf345d0e00dc5bc0af2ef54f31a554824f0)
* | Remove SAM from 3.0 - it belongs in HEADJelmer Vernooij2002-10-299-3502/+0
| | | | | | | | (This used to be commit cda79af76a7625498da52500e1ed861a36e35d12)
* | Sync with HEADJelmer Vernooij2002-10-291-38/+37
| | | | | | | | (This used to be commit 658f3e92dd4b291b40ead3ef59eb19daf7f49076)
* | Sync with HEADJelmer Vernooij2002-10-292-6/+1
| | | | | | | | (This used to be commit a64affffb2acf68956dc25be45c0559e6139a571)
* | Sync with HEADJelmer Vernooij2002-10-291-1/+0
| | | | | | | | (This used to be commit 987b62137d38fc295dab75bdbc004031a99f4d56)
* | Merge rest of Jelmer's popt_common updates from HEAD to fix build.Jim McDonough2002-10-291-0/+1
| | | | | | | | (This used to be commit 5dfc073305003fabf6d54bf99b1281f266db292d)
* | Merge from HEAD:Jim McDonough2002-10-291-5/+33
| | | | | | | | | | | | | | GUID formatting on ads dump Allow rc4-hmac when available .NET likes both forms of servicePrincipalName in machine account record (This used to be commit 89e3a3da5d5bc9e6aedeaea5a87553d72fcaac99)
* | Move guid formatting functions over from HEAD.Jim McDonough2002-10-291-4/+35
| | | | | | | | (This used to be commit 60b9e352b3c0769d0d3fe3067399bb3441f29502)
* | Fix fd leak with kernel change notify.Jeremy Allison2002-10-281-1/+1
| | | | | | | | | | Jeremy. (This used to be commit a2043390734b38cab8fe2f013960272c0e202b99)