summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some thingsAndrew Bartlett2002-09-252-59/+2
| * Another patch from metze, towards his work on sam_ads.Andrew Bartlett2002-09-254-11/+108
| * Header files should not include includes.h - therein lies maddness, particuarlyAndrew Bartlett2002-09-251-3/+0
| * Actually pick up the kerberos libs in RedHat - the previous shell constructAndrew Bartlett2002-09-252-8/+8
| * If adding a user to ldap, make sure we have the 'account' structural class, orAndrew Bartlett2002-09-251-0/+1
| * Move to common user token debugging, and ensure we always print both theAndrew Bartlett2002-09-252-17/+26
| * Avoid a segfault in net join when you have not done an kinit, and it's fallingAndrew Bartlett2002-09-251-0/+5
| * The security descriptor in a PRINTER_INFO_2 could be NULL. (Bong?)Tim Potter2002-09-251-2/+6
| * Merge of "profile acls" code.Jeremy Allison2002-09-253-4/+41
| * merge from APP_HEADGerald Carter2002-09-252-8/+34
| * Hold lock on NEXTJOB record for a very short time. Jerry needs to add codeJeremy Allison2002-09-241-29/+52
| * Moved -ve cache check to correct place.Jeremy Allison2002-09-241-10/+10
| * enum_domains shouldn't crash when there are no domains availableJelmer Vernooij2002-09-241-4/+0
| * Fix bug in get_methods_by_nameJelmer Vernooij2002-09-242-19/+80
| * - Don't put pointer to sam_domain_handle in sam_methods but single domainsid ...Jelmer Vernooij2002-09-246-80/+103
| * This is a first working version of net rpc vampire. First do a net rpcVolker Lendecke2002-09-241-12/+264
| * Don't uppercase the username and domain in a session setup.Tim Potter2002-09-232-4/+2
| * Ok, what's this? Samba as a PDC wants to authenticate a user coming inVolker Lendecke2002-09-231-2/+2
| * Update some help. People keep forgetting that!Richard Sharpe2002-09-231-1/+3
| * Add net getlocalsid [name]Richard Sharpe2002-09-231-0/+26
| * Ok, getting a bit more ambitious. Stop me, if this is wrong. ;-)Volker Lendecke2002-09-233-8/+39
| * Cosmetic fix for debug message.Volker Lendecke2002-09-231-2/+1
| * tdbdump also needs signal.h. Thanks to Guenther Deschner <gd@suse.de>Volker Lendecke2002-09-231-0/+1
| * Add the ability to view/set the current local domain SIDs.Volker Lendecke2002-09-231-0/+45
| * * fix getpass checkGerald Carter2002-09-232-389/+390
| * Small, long overdue, fix for libsmbclient.Richard Sharpe2002-09-221-0/+19
| * Change parsing of policy and privs delta to what Ethereal says.Volker Lendecke2002-09-223-129/+104
| * Sorry for the new parameter, but I think to really reflect what's comingVolker Lendecke2002-09-212-3/+24
| * Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison2002-09-213-388/+390
| * "@" is valid in NetBIOS domain names.Jeremy Allison2002-09-201-1/+1
| * Add framework for samtest commandsJelmer Vernooij2002-09-202-880/+117
| * reran autoconfGerald Carter2002-09-201-371/+387
| * CUPS merge from SAMBA_2_2Gerald Carter2002-09-201-0/+4
| * change ADS negprot to match more closely the options used by w2k. ThisAndrew Tridgell2002-09-201-5/+3
| * allow --with-krb5 to override the location of the kerberos libs onAndrew Tridgell2002-09-201-12/+18
| * remove proto headers on realcleanTim Potter2002-09-191-1/+1
| * Use sendfile in readbraw.Jeremy Allison2002-09-191-11/+56
| * Move functionality to check whether entries for lp_workgroup() and "BUILTIN"Jelmer Vernooij2002-09-192-69/+98
| * tdb tools need #include <signal.h>Jeremy Allison2002-09-193-0/+3
| * Merge in first command for 'samtest'Jelmer Vernooij2002-09-196-29/+1056
| * trivial comment fixVolker Lendecke2002-09-191-2/+2
| * Remove hardcoded -I stuff. Hooray!Tim Potter2002-09-191-9/+9
| * Clean up python extensions in clean target.Tim Potter2002-09-191-3/+6
| * Bong! The devmode could be NULL. Don't crash if this is the case.Tim Potter2002-09-191-2/+8
| * Fixed bug in keyword args for enumprinterdataexTim Potter2002-09-191-1/+1
| * Moving to subdirectory.Tim Potter2002-09-191-59/+0
| * Implement printerdata_ex as Python dictionary. Read only at the moment.Tim Potter2002-09-192-22/+64
| * Added "use sendfile" per share option.Jeremy Allison2002-09-182-2/+13
| * HPUX sendfile is now detected correctly.Jeremy Allison2002-09-185-846/+1042
| * printjob merge from APP_HEAD regarding device modesGerald Carter2002-09-186-92/+232