summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-16Put this comment in a better place...Andrew Bartlett1-3/+3
(This used to be commit 3fdddade0f6d463270c26623a654494ebe3e09bd)
2003-04-16NTSTATUS strings are much more use than raw numbers...Andrew Bartlett1-2/+2
(This used to be commit aeaa60c8432fe06ad51bac52f473e5fdc6c00afc)
2003-04-16Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett23-223/+368
workstation, we have to use the workstation type, if we have a BDC account, we must use the BDC type - even if we are pretending to be a workstation at the moment. Also actually store and retreive the last change time, so we can do periodic password changes again (for RPC at least). And finally, a couple of minor fixes to 'net'. Andrew Bartlett (This used to be commit 6e6b7b79edae3efd0197651e9a8ce6775c001cf2)
2003-04-16Make this code actually compile (--with-ldapsam).Andrew Bartlett1-4/+7
This might not actually be the 'right way' to do this, but it's better to have it compile... Andrew Bartlett (This used to be commit c7dc0b27aca8f7e4653b25dae37ea38d68fc045a)
2003-04-16Add torture to everything..Jelmer Vernooij1-1/+1
(This used to be commit 89048748ae8ef863c154c4f4c3254bcc1c9b77a0)
2003-04-16Don't build the torture progs in 'make all'Jelmer Vernooij1-1/+1
(This used to be commit 44779546964bce605510af39feaee3ea436a7cfb)
2003-04-16Fix mem leak. Spotted by tpot (thanks Tim).Jeremy Allison1-0/+1
Jeremy. (This used to be commit adeac265a05be90444d4651f36f2db2bd2f8e8e4)
2003-04-16Fix mem leak. Spotted by tpot (thanks Tim).Jeremy Allison1-0/+1
Jeremy. (This used to be commit 03a1f46e3448913cc21ed89aafaa22818d4026d0)
2003-04-16Cause the winbind auth module to call the ntdomain module if winbind is notAndrew Bartlett2-42/+65
running. This causes Samba not to contact the NT domain controller if Winbind is there, but the user had the wrong password. Andrew Bartlett (This used to be commit 119a1c276a05d0017f39cc0b7118f12a4f51886e)
2003-04-15merge in metze' smbcquotas patch from HEADGerald Carter9-52/+88
(This used to be commit b6a77048886151435a4a5eeb9a04be44d397c504)
2003-04-15Change variable name to get this working on gcc 3.2 (Merge from HEAD)Jelmer Vernooij2-38/+38
(This used to be commit d49113caef6057905f0f5233ea3085ca5722e742)
2003-04-15It's #ifdef CONFIG_H, not #if CONFI_HJelmer Vernooij1-1/+1
(This used to be commit 0bc9e5e5d7977113f926e3334ccff330116da565)
2003-04-15Print out information about statically linked in modulesJelmer Vernooij1-9/+3
(This used to be commit 9ef6f917f964e6b514fb95e4da75a57cbad6a233)
2003-04-15Use XML format instead of SGML format (merge from HEAD)Jelmer Vernooij1-1/+1
(This used to be commit 858017b16f8e6f1efd8e7df5c0e2c7fd08091ae3)
2003-04-15use the new modules system for the rpc modules (backport from HEAD)Jelmer Vernooij10-163/+15
(This used to be commit aca7319e8d45eb604f28b8bd490413b08e2c98f2)
2003-04-15Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij12-95/+136
(This used to be commit 1755d5f66221a910863cfc8a197f8d792e6b6e3d)
2003-04-15Tested on Win2k, now I think I know what success/fail means in fdsess test.Jeremy Allison1-0/+2
Jeremy. (This used to be commit dda94e37311d967e484fac15bac585e19dfc8a13)
2003-04-15Add some more NT to unix error code mappings (from HEAD)Jelmer Vernooij1-3/+92
(This used to be commit 62dac3d6ebc72bec24f3c0df4c8d8e37029473e2)
2003-04-15This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User59-0/+2815
used to be commit 35510176fd4feab6c1e3da2ee0ae791f9a064a2e)
2003-04-15Fix smb.conf.5.xml and friends:Alexander Bokovoy3-12/+14
addressable IDs should be specified at section level, not in titles or it does not work with both HTML and PDF generation (for former one link is created but target does not). (This used to be commit 297ffdb21aeb816eb07ea650fac514c2747493cb)
2003-04-15Fix build of VFS modules statically (we used Makefile variables before ↵Jelmer Vernooij1-6/+6
setting them) (This used to be commit 8df9ab2fcfc9f22fa6842e1128952e855fea6a7a)
2003-04-15Add selection of the modules to configure (merge from HEAD)Jelmer Vernooij3-1/+137
(This used to be commit 3e283989ffc41d55f75f9dacbedca0cf920208fb)
2003-04-15Final touch:Alexander Bokovoy2-24/+30
1. Move preloadmodules.xml to Security section 2. Fix lpqcachetime.xml from Printing section (This used to be commit ef005d1a94d99c6a23aff9a12d5820cb4dfbe626)
2003-04-15Final bits of smb.conf(5) are converted!Alexander Bokovoy9-140/+164
(This used to be commit fac3d67f71057d880e51cf8e103edf0c9b71cae9)
2003-04-15Fix typo in configure.in (merge from HEAD)Jelmer Vernooij1-1/+1
(This used to be commit 30658cd63d55f2cbaf1e7e506dec71959f9069c3)
2003-04-15Applying updates from Rafal (mimir) and from DAvid Lechnyr.John Terpstra2-70/+253
(This used to be commit 3cd0b160e12964c6f3e32e6cea2dc690f775ba71)
2003-04-15Fix some minor typosAlexander Bokovoy6-7/+6
(This used to be commit b4cf8a641d63481717c62044d2548e4b0301d806)
2003-04-15Convert another group of options in Misc sectionAlexander Bokovoy13-166/+198
(This used to be commit 43f8ae46137ed653c5694a839a5e6757e4a89974)
2003-04-15Convert another group of options in Misc sectionAlexander Bokovoy13-263/+310
(This used to be commit a690ff1f8a068e66ffcbfdaf0be215f887a02b9c)
2003-04-15Merge of comment typo.Tim Potter1-3/+3
Whitespace syncup. (This used to be commit c69237edf2bfdb426447d808fbd1dc6eb5cffabe)
2003-04-15Merge of server unavailable error string.Tim Potter1-0/+1
(This used to be commit 21d7dba977037b83fc1d6d86b5d3d4cae6eb683d)
2003-04-15Merge of python extension picobj fix.Tim Potter1-9/+15
(This used to be commit 7e0e9585f1357afe1ff96399daea421e1860414b)
2003-04-15Typo in comment.Tim Potter1-1/+1
(This used to be commit 0a87d668a07b840c2e0ac9f6caad04e542422d40)
2003-04-15Add string message for WERR_SERVER_UNAVAILABLE.Tim Potter1-0/+1
(This used to be commit 38efab087c86cab805c6b94c7455befaa9e94c5e)
2003-04-15Use picobjs when building python extensions. Spotted by Steve Langasek.Tim Potter1-6/+12
(This used to be commit 53dcaf2271ad1b845ace9730d6c68db80bf9704e)
2003-04-15Merge:Tim Potter1-0/+1
>A struct must contain at least one declaration according to C99, but >gcc allows it to be empty. Should fix miscellaneous breakage on >the compile farm. (This used to be commit ad42419a840dc94dfd35a083e08a0ad9cbd8f2bf)
2003-04-15A struct must contain at least one declaration according to C99, butTim Potter1-0/+1
gcc allows it to be empty. Should fix miscellaneous breakage on the compile farm. (This used to be commit b92d57f784fb43e420cf65b9392d175ad4483f28)
2003-04-15Updates to compile correctly with --with-included-poptTim Potter1-12/+12
(This used to be commit 5340b9c4c4c80414b3991547884e5d7293a108ec)
2003-04-14Add smbcquotas manpage written by MetzeJelmer Vernooij1-0/+179
(This used to be commit 4eb67c0fd89896e8f419e56d75230ac797f61735)
2003-04-14Got in a local document by mistake. Sorry, I need to get some sleep.Jelmer Vernooij1-49/+0
(This used to be commit 0594b43d00abe76fb37d8fe5f66c3b427344f4b1)
2003-04-14*** empty log message ***Jelmer Vernooij4-2/+60
(This used to be commit b278a05998d8edbed411c58f3f9041232da07c0b)
2003-04-14Convert a part of Misc section. More to come after a sleepAlexander Bokovoy13-246/+311
(This used to be commit 1093c11fd47e5f4a76ce88ac77be2c3e9b1bc694)
2003-04-14- Change ADS CHOSTPASS -> ADS CHANGETRUSTPWJelmer Vernooij3-6/+20
- Add general CHANGETRUSTPW function that calls ADS CHANGETRUSTPW or RPC CHANGETRUSTPW (Merged from HEAD) (This used to be commit f0982e1102276453d79e438ffb90c9fa305ff98b)
2003-04-14Add some more functions for the modules (backport from HEAD):Jelmer Vernooij4-10/+99
- init_modules() - smb_probe_module() (This used to be commit b3328dab2fa069af300b4076695bf6c359501111)
2003-04-14Backport my backtrace patch from HEADJelmer Vernooij4-2/+31
(This used to be commit 66fcf6b4938a87e5ded7c7e5830a6a54e4439544)
2003-04-14Fix typoJelmer Vernooij1-1/+1
(This used to be commit 738a2b055a0757002e8cdcbf744c8663e0e26bc2)
2003-04-14Fix popt usage (backport from HEAD)Jelmer Vernooij1-35/+9
(This used to be commit 89a25ef20d10e20e70b11bba56add4708f62051f)
2003-04-14Also remove variable associated with lp_sam_backend() - it's deadJelmer Vernooij1-1/+0
(This used to be commit 540bb996766fc11fe0f26b708d49c2e46d2abbdd)
2003-04-14Fix typosJelmer Vernooij1-2/+2
(This used to be commit 21166e87bfeeaa5079dfbcac3df9232d73986532)
2003-04-14Fix typosJelmer Vernooij1-2/+2
(This used to be commit 7bd80376cc6aa70996a61882e1376cb6a0679836)