summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-11Merge from samba-3.0:Tim Potter1-10/+7
>Fix for bug #273 - smbd crash on machine account change. >Someone only half changed the code to use dc_name >instead of remote machine... Found via back trace from Dariush Forouher ><dariush@forouher.de>. >Jeremy. (This used to be commit 1956478ddece5899ebdf627969136603e1c21637)
2003-09-11Merge from samba-3.0:Tim Potter1-5/+10
>Revision 1.8.2.33 >Fix error return path memory leaks in vampire code for creating users. > >Display an error if we can't create a posix account for the user >(e.g no add user/machine script was specified; bug #323). >Revision 1.8.2.32: >Use opt_target_workgroup instead of lp_workgroup() in vampire code so >we can override the value in smb.conf with the -w option. > >Migrating accounts from another domain can now be done like: > ># bin/net join bdc -w nt4dom -Uadministrator%password ># bin/net rpc vampire -w nt4dom -U administrator%password (This used to be commit 36f7d88edd15bff1b7dfa78f3908dae272b96215)
2003-09-11Merge from samba-3.0:Tim Potter1-2/+2
>Formatting fixups for help output. (This used to be commit fe7c8e39688f0966563c67dd61a9ad8ae2b98f99)
2003-09-11Merge from samba-3.0:Tim Potter1-1/+1
>Fix error message when calling namedtogid() fails adding a group map >entry. Bug #431. (This used to be commit 1befe1758351f43558808a3c91543752e7ff7823)
2003-09-10Remove obsolete files.Jelmer Vernooij10-4242/+0
(This used to be commit 3d71340e5c1bf3397e69897bbc8434bbaa503a75)
2003-09-10Back out --with-good-getgrouplist patchAlexander Bokovoy1-21/+2
(This used to be commit d2fdc3955fb6859e865e805d32ca405ab44d0505)
2003-09-10Support for CAN-2003-0689 port from SAMBA_3_0Alexander Bokovoy1-2/+21
(This used to be commit 69b30ec0776b06c62810a3eb1d7be1df3db9e169)
2003-09-10Remove tags file for distclean.Tim Potter1-1/+1
(This used to be commit 2ac5ac495025f6c673216c1922ff51b913a0aeac)
2003-09-10Remove another dead file.Tim Potter2-725/+0
(This used to be commit a5656a5756b3c1061d683d664a7f087182b39b47)
2003-09-10Remove autogenerated file.Tim Potter1-79/+0
(This used to be commit 275bdc3ff550fd14a11c9f3919a82d4af35dc6fa)
2003-09-10Removed accidentally re-added file.Tim Potter1-0/+0
(This used to be commit a7bffe2095e4bb591dfa97ea4d786483fd44053b)
2003-09-10merge from 3.0Gerald Carter1-3/+3
(This used to be commit fa0d4ea150e0243958273168eaf9bf195e2c12e0)
2003-09-10remove references to 'strip dot'Gerald Carter2-16/+0
(This used to be commit b5c5a9dc76c7584047e6ad8e7063b2da348e67d7)
2003-09-09version.h is autogenerated nowGerald Carter1-8/+0
(This used to be commit 04f8cbbca66024ffdcd2ebc0f4db7849d02ca99b)
2003-09-09add missing file from 3.0Gerald Carter1-0/+43
(This used to be commit 8c27bfaa3fbea96d947814071b323c31e7c77701)
2003-09-09another round of syncs for HEAD that I forgetGerald Carter33-1622/+390
(This used to be commit 3aaf65d297d20320dc1f2c0ac0487feb47873609)
2003-09-09removing unused filesGerald Carter5-1983/+0
(This used to be commit 1a9145015d4b2ee7e7399099760cda13d619e740)
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter260-11647/+20170
(This used to be commit c17a7dc9a190156a069da3e861c18fd3f81224ad)
2003-09-09syncing filesGerald Carter19-850/+0
(This used to be commit c74c2903fb8bd38f8469b3c3b549ac8a431f36dd)
2003-09-09adding files from 3.0Gerald Carter6-0/+10
(This used to be commit 953ada19904900c6f6ef65fa0006a695657b3d0b)
2003-09-09syncing examplesGerald Carter52-504/+6980
(This used to be commit d31b5df82648767203ecee6ecb10030caa477250)
2003-09-09removing unneeded filesGerald Carter11-1333/+0
(This used to be commit b2a36ae3967591296e755b3e7a85a851ba382608)
2003-09-09syncing packaging files from 3.0Gerald Carter13-1196/+0
(This used to be commit f7f8954ba4e7efd3c9d586e9cfe7431054afe906)
2003-09-09syncing packaging files from 3.0Gerald Carter71-6607/+0
(This used to be commit 9374755ad3b844a86642a7ea1795ec2b8ab736b2)
2003-09-09syncing packaging files from 3.0Gerald Carter49-891/+2314
(This used to be commit ccc2a0d3840f88625cf89d6739320728e830ef87)
2003-09-09adding missing files from 3.0Gerald Carter48-0/+58
(This used to be commit 20c57840f847e82be9880a730aea15feb29b6848)
2003-09-09removing files not in 3.0Gerald Carter158-37763/+6
(This used to be commit d5c32f8881f33667c9bfa067cb7f2113bd55c724)
2003-09-09syncing files from 3.0 into HEAD againGerald Carter234-47827/+53912
(This used to be commit bca0bba209255d0effbae6a3d3b6d298f0952c3a)
2003-08-19removing using_samba docs from samba cvs module (not are in a separate cvs ↵Gerald Carter159-27609/+0
module) (This used to be commit 4729e9cd52519c06c4be857d77bbccc2688b3cea)
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce172-4095/+6162
(This used to be commit 3101c236b8241dc0183995ffceed551876427de4)
2003-07-23connect to the right realm or domain for trusted AD domainsGerald Carter1-8/+4
(This used to be commit ae14f8364398f07fc3e7c7861cd39fe528f3fe7a)
2003-07-17fix the build. Ifdef out some codeGerald Carter3-540/+13
(This used to be commit e66541d0e1befec5d589890994454dd639ea0665)
2003-07-17should not have been checked in. My faultGerald Carter1-36/+0
(This used to be commit af0efeeccfc6f4bc78c6baafd2bded404cc2a551)
2003-07-16ading new files from 3.0Gerald Carter112-0/+21094
(This used to be commit 99feae7b5b1c229a925367b87c0c0f636d9a2d75)
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter536-54542/+98496
prior to this merge, checkout HEAD_PRE_3_0_0_BETA_3_MERGE (This used to be commit adb98e7b7cd0f025b52c570e4034eebf4047b1ad)
2003-07-11get rid of CFLAGS from LDSHFLAGS and WINBIND_NSS_LDSHFLAGS and insteadHerb Lewis2-3/+3
define it in SHLD for those systems that use CC for SHLD (This used to be commit 142c54ca924bd854e7d840c2a67692c9f61ee396)
2003-06-07mark the HEAD branch as deprecated. Nothing that a determinedAndrew Tridgell2-1/+12
programmer can't work around, but hopefully enough that people will notice that they should be using the 3.0 branch at the moment (This used to be commit d6de8e8a94c8fb7d7837ed2b43092a275cc9d6c5)
2003-06-03initial version of idmap_ldap.c; lots of updates to comeGerald Carter1-0/+838
(This used to be commit 69c84ad06b759da2246b3c00155a43e90f45a7f6)
2003-06-03* set winbind cache time to 5 minutesGerald Carter6-20/+98
* quit obsessing over the sequence number so much * share the updated sequence number between parent and child winbindd processes in dual mode (This used to be commit 6fb5bdb30e2b1341ba600ce0dfd397394f7a831c)
2003-06-02More changes to editreg to make it less tetchy.Richard Sharpe1-17/+17
(This used to be commit 30e1431e937325da414493bf0a6d4281b9c1501f)
2003-06-02Some fixes for editreg.c, although I see that head seems broken ...Richard Sharpe1-5/+5
(This used to be commit b049c2f66f2bc7d8beb52c9a88c48b297738336b)
2003-06-01Bringing packaging/Debian/* to a more recent state.Eloy Paris77-7599/+4344
(This used to be commit cd7494a19608f2b4a63b9c654dd8e0a0fc587c39)
2003-05-29Setting account policy values is done using -C, not -V. Fixes bug #120Jelmer Vernooij1-1/+1
(This used to be commit fd16d4797881372fe0dc7b87a23c58efdef84fbd)
2003-05-29Don't crash when doing command name completion. Fixes debian bug #194776Jelmer Vernooij1-1/+3
(This used to be commit 45b0a63aba1c974e5e38f8f95bc158bc30a05a3b)
2003-05-29Fix the events API. Patch by metze with some minor modifications.Jelmer Vernooij2-64/+110
(This used to be commit df24c4e839b3de0dc23400463d7489a991f61f49)
2003-05-28Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's toJeremy Allison1-51/+14
be applied to new ACE set calls. This is incorrect. Don't think this has a bugzilla id. Jeremy. (This used to be commit 6a4502b03b95703dead4775874ff9ac08ed1a489)
2003-05-28Merge of NTLMSSP name type fix from 3.0Tim Potter1-2/+2
(This used to be commit 587bd1b83d13ab83aca28bd543755c5862ed8e75)
2003-05-28Spelling.Tim Potter1-1/+1
(This used to be commit e063c95bd5609e6aeade2d88e5cd9286d033971c)
2003-05-28Merge of non-static initialisation fixes from 3.0Tim Potter1-1/+7
(This used to be commit 7f32b3f016ecc824ddcdaeb840d5d36224aa8141)
2003-05-28Merge of cut and paste fix from 3.0Tim Potter1-3/+3
(This used to be commit 34a0c7313a12d581e9aaf08322b105216cc94478)