summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-02-20Make init_module() and thus smb_load_module() return an int.Jelmer Vernooij4-15/+15
2003-02-20Added Volkers "print server role" patch.Jeremy Allison1-0/+22
2003-02-20Remove obsolete filesJelmer Vernooij3-3038/+0
2003-02-20Ensure tdb error code is set for corrupt and i/o errors before callingJeremy Allison1-0/+19
2003-02-20For a number of months now, support for being a domain member without alsoAndrew Bartlett1-25/+14
2003-02-20Like for NTLM logins, lookup the 'winbind' user first, then the 'local' user.Andrew Bartlett1-18/+14
2003-02-20for some (very weird) reason, the domain I was testing aginst would notAndrew Bartlett1-0/+4
2003-02-20DocMartin Pool1-1/+1
2003-02-20(Merge from APPLIANCE_HEAD)Martin Pool1-0/+3
2003-02-19Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.Jeremy Allison1-19/+27
2003-02-19correct init for vfs.conn, thanks StefanSimo Sorce1-1/+2
2003-02-19libads/krb5_setpw.cJim McDonough1-1/+2
2003-02-19Can't return SAFE_FREE...put on its own line.Jim McDonough1-1/+2
2003-02-19Correct way to keep fucntion from proto.hJim McDonough2-8/+5
2003-02-19Fix segv in net ads join...an extra & was the culpritJim McDonough1-1/+1
2003-02-19Improve detection of iconv(3) for various platforms. M4 code is similar to wh...Alexander Bokovoy3-17/+140
2003-02-19Missed one use of SETENV. (Compat macro no longer needed, as we have aAndrew Bartlett1-1/+1
2003-02-19Now we have setenv() in replace.c, we don't need a seperate copy here.Andrew Bartlett1-5/+5
2003-02-19Check return values of various join-related functions, and ensure we alwaysAndrew Bartlett1-9/+16
2003-02-19Move to a in-memory ccache for winbind, and replace setenv() properly.Andrew Bartlett4-17/+23
2003-02-19After a talloc_zero(), we don't need to ZERO_STRUCTP too..Andrew Bartlett1-4/+0
2003-02-19Fix logfile formatting, we were missing a "\n"Andrew Bartlett1-2/+2
2003-02-19Only do a kinit if we got told to use kerberos.Andrew Bartlett1-12/+12
2003-02-19Get non-krb systems to compile. How the heck do I keep something from being ...Jim McDonough2-9/+10
2003-02-19Fix from Corny.Bondad@hp.com for missing if (setting_acls) on defaultJeremy Allison1-3/+3
2003-02-19Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if theJeremy Allison1-9/+14
2003-02-19Try to get heimdal working with HEAD.Jim McDonough3-26/+44
2003-02-19Add support for detecting method of listing encryption types (MIT v Heimdal)Jim McDonough1-0/+3
2003-02-19base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().Jim McDonough2-2/+2
2003-02-19Remove reference to obsolete samba-bugs address.Martin Pool1-1/+1
2003-02-18Add -V option (to print out version) to utilities where possibleJelmer Vernooij9-1/+9
2003-02-18Use the new modules stuff to load dynrpc modules. Basically this means:Jelmer Vernooij9-33/+14
2003-02-18Fix of two warnings.Rafal Szczesniak1-5/+3
2003-02-18We don't use mkproto stuff for the python extensions anymore.Tim Potter1-29/+0
2003-02-18Cleanup of header files for python extensions.Tim Potter25-261/+360
2003-02-18Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now needJeremy Allison1-0/+7
2003-02-18set the various DsSpooler keys that are linked to PRINTER_INFO_2 fields; CR 985Gerald Carter1-10/+57
2003-02-18Remove obsolete comment.Martin Pool1-2/+0
2003-02-18Doxygen janitor. No other changes.Martin Pool1-0/+9
2003-02-18cmd_lsa_lookup_sids: Check return code from string_to_sid; skip SIDsMartin Pool1-2/+5
2003-02-18init_dom_sid2s: Check return code from string_to_sid. Skip tokensMartin Pool1-8/+12
2003-02-18Check return code from string_to_sid.Martin Pool2-5/+14
2003-02-18add_initial_entry should fail if string_to_sid fails.Martin Pool1-1/+5
2003-02-18Patch from vorlon@debian.org to split out our -lacl dependency to only smbdAndrew Bartlett2-6/+14
2003-02-18Doxygen janitor and some doc typo fixes.Martin Pool1-68/+92
2003-02-18Doxygen janitor. No other changes.Martin Pool1-120/+119
2003-02-18The cli_send_tconX code already determines to send \\server\share to port 139Andrew Bartlett1-18/+3
2003-02-17Update config.guess, config.sub to the versions from the GNU autotoolsMartin Pool2-210/+363
2003-02-17Add comment explaining the -DDEVELOPER safe_strcpy overflow hack.Martin Pool1-1/+5
2003-02-17Correctly check for inet_addr fail. Patch from gregor.7@osu.edu.Jeremy Allison1-2/+5