summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-09-23Add net getlocalsid [name]Richard Sharpe1-0/+26
2002-09-23Ok, getting a bit more ambitious. Stop me, if this is wrong. ;-)Volker Lendecke3-8/+39
2002-09-23Cosmetic fix for debug message.Volker Lendecke1-2/+1
2002-09-23tdbdump also needs signal.h. Thanks to Guenther Deschner <gd@suse.de>Volker Lendecke1-0/+1
2002-09-23Add the ability to view/set the current local domain SIDs.Volker Lendecke1-0/+45
2002-09-23* fix getpass checkGerald Carter2-389/+390
2002-09-22Small, long overdue, fix for libsmbclient.Richard Sharpe1-0/+19
2002-09-22Change parsing of policy and privs delta to what Ethereal says.Volker Lendecke3-129/+104
2002-09-21Sorry for the new parameter, but I think to really reflect what's comingVolker Lendecke2-3/+24
2002-09-21Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison3-388/+390
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