summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-09-20"@" is valid in NetBIOS domain names.Jeremy Allison1-1/+1
2002-09-20Add framework for samtest commandsJelmer Vernooij2-880/+117
2002-09-20reran autoconfGerald Carter1-371/+387
2002-09-20CUPS merge from SAMBA_2_2Gerald Carter1-0/+4
2002-09-20change ADS negprot to match more closely the options used by w2k. ThisAndrew Tridgell1-5/+3
2002-09-20allow --with-krb5 to override the location of the kerberos libs onAndrew Tridgell1-12/+18
2002-09-19remove proto headers on realcleanTim Potter1-1/+1
2002-09-19Use sendfile in readbraw.Jeremy Allison1-11/+56
2002-09-19Move functionality to check whether entries for lp_workgroup() and "BUILTIN"Jelmer Vernooij2-69/+98
2002-09-19tdb tools need #include <signal.h>Jeremy Allison3-0/+3
2002-09-19Merge in first command for 'samtest'Jelmer Vernooij6-29/+1056
2002-09-19trivial comment fixVolker Lendecke1-2/+2
2002-09-19Remove hardcoded -I stuff. Hooray!Tim Potter1-9/+9
2002-09-19Clean up python extensions in clean target.Tim Potter1-3/+6
2002-09-19Bong! The devmode could be NULL. Don't crash if this is the case.Tim Potter1-2/+8
2002-09-19Fixed bug in keyword args for enumprinterdataexTim Potter1-1/+1
2002-09-19Moving to subdirectory.Tim Potter1-59/+0
2002-09-19Implement printerdata_ex as Python dictionary. Read only at the moment.Tim Potter2-22/+64
2002-09-18Added "use sendfile" per share option.Jeremy Allison2-2/+13
2002-09-18HPUX sendfile is now detected correctly.Jeremy Allison5-846/+1042
2002-09-18printjob merge from APP_HEAD regarding device modesGerald Carter6-92/+232
2002-09-18samtest and vfstest binaries shouldn't go into CVS...Jelmer Vernooij1-0/+2
2002-09-18Display the repr() of non-string dictionary values.Tim Potter1-7/+18
2002-09-18First code for 'net rpc vampire'. We should probably find a moreVolker Lendecke3-2/+280
2002-09-18Add a synonym for samdump ...Richard Sharpe1-0/+1
2002-09-18Fixed compiler error when HAVE_KRB5 not defined.Tim Potter1-1/+1
2002-09-18We had a race condition when changing a machine acount password as weJeremy Allison2-1/+30
2002-09-17Never, *ever* hold a mutex lock in the message database where there mayJeremy Allison7-74/+87
2002-09-17Reverted my earlier change. It was incorrect. We must be protected byJeremy Allison1-5/+4
2002-09-17Only create the pidfile once we're ready to receive requests.Jeremy Allison1-3/+5
2002-09-17Actually use sendfile if selected.Jeremy Allison5-9/+14
2002-09-17Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell12-43/+113
2002-09-17disable stat cache when case sensitiveAndrew Tridgell1-1/+1
2002-09-17more const cleanupsAndrew Tridgell1-3/+3
2002-09-17another const cleanupAndrew Tridgell1-1/+1
2002-09-17Added --with-ldap (default=yes) option. We should now be able toTim Potter1-8/+27
2002-09-17Rerun configure.Tim Potter1-862/+893
2002-09-17Added --with-ads option, defaults to yes. If you run ./configureTim Potter4-49/+74
2002-09-17Rerun autoconf.Tim Potter1-708/+718
2002-09-17Default to "python" for --with-python option. This saves having to runTim Potter1-1/+8
2002-09-17Added FreeBSD sendfile configure tests. Richard please test...Jeremy Allison4-20/+112
2002-09-17Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison6-26/+48
2002-09-17Added autoconf detection for sendfile for Linux. lib/sendfile.c codeJeremy Allison4-819/+1062
2002-09-16Update to add DEVELOPER option to more parameters.John Terpstra1-182/+182
2002-09-16Committing changes before I lose them. Work still in progress.John Terpstra1-53/+290
2002-09-16Applied new display mode FLAGS for SWAT.John Terpstra1-170/+178
2002-09-16Changed Major/Minor version info reported to Server Manager to 4.9.John Terpstra1-8/+12
2002-09-15Don't display debugs of the nt user token twice.Tim Potter1-4/+0
2002-09-15Merge of 'other_sids' patch from appliance.Tim Potter1-4/+19
2002-09-15Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOSJelmer Vernooij2-0/+9