summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
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 Vernooij1-2/+1
(This used to be commit 7b7e54f7a8d4835b1f40e5617b1a9414322ff210)
2002-10-30Don't build Makefile for examples/samJelmer Vernooij1-1/+1
(This used to be commit 0dd0f68b0f879d16f9b0895d7abee79ee3646069)
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-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-29Merge rest of Jelmer's popt_common updates from HEAD to fix build.Jim McDonough1-0/+1
(This used to be commit 5dfc073305003fabf6d54bf99b1281f266db292d)
2002-10-29Merge from HEAD:Jim McDonough1-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)
2002-10-29Move guid formatting functions over from HEAD.Jim McDonough1-4/+35
(This used to be commit 60b9e352b3c0769d0d3fe3067399bb3441f29502)
2002-10-28Fix fd leak with kernel change notify.Jeremy Allison1-1/+1
Jeremy. (This used to be commit a2043390734b38cab8fe2f013960272c0e202b99)
2002-10-28sync with headJelmer Vernooij1-30/+15
(This used to be commit 245e2cae251382b2f638517e3902413ddac2226a)
2002-10-28sync with head...Jelmer Vernooij1-19/+13
(This used to be commit 9daaf667543c44f5e6c23f65d39810073bc12211)
2002-10-28Sync with head...Jelmer Vernooij1-12/+7
(This used to be commit 60c83a6007085a8404b641b9783ae7b9c151e4ab)
2002-10-28Sync with HEADJelmer Vernooij1-5/+53
(This used to be commit 4ae350671ef8aeae52995b3ca79e135cf444ae39)
2002-10-28Sync with hEADJelmer Vernooij1-281/+0
(This used to be commit d3c29d2902420f434b2505568c82dd6e1508a00f)
2002-10-28Sync with HEADJelmer Vernooij2-28/+75
(This used to be commit a3d9fd65eb64ecd575fd07d0279c139093417c96)
2002-10-28Sync with HEADJelmer Vernooij5-2118/+2203
(This used to be commit 906f25d1fb7ed4c85f89d8594f15383b450bd56f)
2002-10-26Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett8-38/+60
- vorlan's hosts allow with DNS names patch - use x_fileno() in debug.c, not the struct directly. - check for server timeout on password change (was reporting success) - better error/status loggin in both the pam_winbind client and winbindd_pam server code. - (pdb_ldap) don't set the ldap version twice - we do it on every bind anyway. (This used to be commit 9fa1863d8e7788eda83911ca2610754486b33069)
2002-10-26Fix problem where an fd would be left open for every printer queue.Jeremy Allison1-0/+27
Jeremy. (This used to be commit e240c7a428659bce392d47f2eda16bdcf32863c1)
2002-10-25merge PURGE_PRINTER fix from APP_HEADGerald Carter1-2/+0
(This used to be commit 4d32e6bdb6500f442ff3cda7d43bdf506a08eacf)
2002-10-25removing more files...Gerald Carter1-134/+0
(This used to be commit c419d4477144058ed9ec475ceb80b995b82511b3)
2002-10-25sync with HEAD some more....Gerald Carter2-523/+0
(This used to be commit 6cb494d34e54aa551deaed1175bf038b027b8f1d)
2002-10-25Fix memory leak (patch by Steve Langasek)Jelmer Vernooij1-0/+14
(This used to be commit 299a9060e27d341658a7badbbb21401fbcc8f083)
2002-10-25Only run free_private_data when specified (reported by Steve Langasek aka ↵Jelmer Vernooij1-1/+2
vorlon) (This used to be commit ecd3acbfcf912a775718e320c7cb66f60436c546)
2002-10-24Merge tridge's blank password fix from HEAD.Jeremy Allison1-2/+6
Jeremy. (This used to be commit eadfd312ba92a780f655cf117c44b30457f007e8)
2002-10-23Debug level 12 is a typo.Jeremy Allison1-2/+2
Jeremy. (This used to be commit c4e4cc9ce169038c4bb8cdcc477d15a9661d1b8e)
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison8-202/+559
This is not 100% the same as what SuSE shipped in their Samba, there is a crash bug fix, a race condition fix, and a few logic changes I'd like to discuss with Andreas. Added Andreas to (C) notices for posix_acls.c Jeremy. (This used to be commit 40eafb9dde113af9f7f1808fda22908953f7e8c3)
2002-10-22Fix for systems that allow more than 65536 open files per process.Jeremy Allison3-5/+11
Jeremy. (This used to be commit 947a56ce00e552e8b8d2ed64435eabde6225f044)
2002-10-21Merge mangle prefix code.Jeremy Allison2-17/+46
Jeremy. (This used to be commit 83261f43326ae65af498399b5c933dfb20df1df7)
2002-10-21removed the following parametersGerald Carter5-317/+94
* postscript * printer driver * printer driver location * printer driver file also removed the get_a_printer_driver_9x_compatible() function (This used to be commit 743f2b8025effe57d8f075ff14a9357123c507a8)
2002-10-21This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User1-0/+144
used to be commit d39b53ba5486fc09e5332d77aad9a6047b0e91a6)
2002-10-21Recognize FreeBSD5 correctly (not as being sysv...)Jelmer Vernooij5-9223/+17772
(This used to be commit 66ef6b942e00dc0d7742226f24861445d3bc0eb3)
2002-10-21sync with SAMBA_3_0Gerald Carter2-593/+1
(This used to be commit 07ac86323f71d6228a222a1680d1c7def0eb7109)
2002-10-21merging in changes from HEADGerald Carter1-8/+8
(This used to be commit e8273549a8d92f46db1699e6a41f4618f272ee73)
2002-10-21removing make_printerdef tool and sourcesGerald Carter2-593/+1
(This used to be commit 7bde74ae359da239af4a8398da9efc2f1fd8039e)
2002-10-21Sync with metze's CVS treeJelmer Vernooij1-79/+253
(This used to be commit 2a598d435d3eb46ca28b3591a4f7f9d856ce3c1f)
2002-10-21Test both new samba.tdbpack and oldtdbutil pack/unpack routines.Martin Pool1-29/+37
This makes the test suite fail because at the moment they are in fact not behaving the same way. (This used to be commit 44dd7746ede7f7f9efcf7dabcd351b1d800e535c)
2002-10-21Import old pure Python version of tdbpack/unpack, so that we can doMartin Pool1-0/+144
compatibility testing against the shiny new C version. This version is slightly modified to not call codepage conversion routines, and renamed tdbutil->oldtdbutil. (This used to be commit 2dc4373727f73a46cd6135413e50917fb7fa538b)
2002-10-21The libsmb module uses py_ntsec.oTim Potter1-1/+2
(This used to be commit e27d3d20e3c51fc04f37d92c24f38f91b2d1e1e4)
2002-10-21Fixed up tconx function. Implemented nt_create_andx, query_secdescTim Potter1-12/+121
and set_secdesc functions. (This used to be commit 3fd568ef5c984f089e7799d9ff55395330716641)
2002-10-21Whoops - this should be in py_smb.cTim Potter1-52/+0
(This used to be commit b740c7e5050b18bc06865451bed3daf3ae09c609)
2002-10-21Give better error messages for TypeError, which will arise if e.g. youMartin Pool1-10/+24
try to pack an Int using a string tdbpack format. (This used to be commit 6139ab3cbca3fc2969d1e578b38394b1f6aeb9c3)
2002-10-21Merge.Tim Potter3-20/+68
(This used to be commit d3e88cb96f4140a116067449c73479e15946135d)
2002-10-21More cleanups of validation functions.Tim Potter2-19/+66
(This used to be commit a4790ba42cc6ee4086dafbc64b1dba790a6c3583)