Remove extra headers, and ensure that we correctly bail out of winbindd if we
[tprouty/samba.git] / source / lib /
2002-12-01 Andrew BartlettPOSIX indicates that this is always in network byte...
2002-11-27 Gerald Carterremoving inet_aton()
2002-11-26 Andrew BartlettHaving waited for *way* too long, this is mimir's namec...
2002-11-24 Andrew BartlettAdd ntlm_auth, a new program to provide a stable interf...
2002-11-23 Andrew Tridgella working timegm() function for systems that don't...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
2002-11-20 Andrew Tridgellmore %U fixes for head
2002-11-19 Andrew Tridgella better for for using %U in smb.conf
2002-11-17 Tim PotterRenamed uuid_to_string() to guid_to_string() to avoid...
2002-11-15 Andrew BartlettAdd const to DEBUG() macro.
2002-11-13 Jelmer VernooijMove 'weird' character set into new 'developer' module
2002-11-13 Jelmer VernooijAdd a DEBUG() that gives the number of successfully...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Jelmer VernooijDon't throw out WEIRD - yet (I committed my local chang...
2002-11-12 Jelmer VernooijFix segfault with high debug levels
2002-11-12 Jelmer VernooijAdd smb_register_charset() and use it
2002-11-11 Jeremy AllisonFix all returns to be size_t (they are all unsigned...
2002-11-10 Simo Sorceconsolidate error mapping functions into a single file
2002-11-08 Andrew BartlettCompleatly remove support for logfile truncation. ...
2002-11-08 Gerald Carterpatches from Urban
2002-11-06 Tim PotterFix compiler warnings.
2002-11-02 Jelmer VernooijRemove dummy function I used for testing
2002-11-02 Jelmer VernooijAdd more options to popt_common and use them. Current...
2002-10-31 Jelmer Vernooijadd smb_load_modules() to load a list of modules -...
2002-10-30 Jim McDonoughFix build. Don't use BSD setenv. Use POSIX putenv.
2002-10-30 Jelmer Vernooijuse sys_dlopen instead of dlopen (thanks to jra for...
2002-10-30 Jelmer Vernooij- Remove RTLD_GLOBAL
2002-10-30 Andrew Tridgelladded a timegm() function for systems that don't have it
2002-10-30 Jelmer VernooijAdd initial vesion of new module system
2002-10-26 Jelmer VernooijFix bug in '-d'
2002-10-23 Jeremy AllisonFirst cut of new ACL mapping code from Andreas Gruenbac...
2002-10-21 Andrew Tridgellreverted an incorrect fix. What I was trying to do...
2002-10-21 Andrew Tridgella space is a standard valid character in a filename
2002-10-21 Tim PotterBugfix for pidfile_create() from Kelledin.
2002-10-18 Andrew BartlettIt seems that I'm meant to be using the helper function...
2002-10-18 Jim McDonoughFormat objectGUIDs on ads dumps.
2002-10-18 Jeremy AllisonStart to merge the new ACL mapping code from Andreas...
2002-10-12 Andrew BartlettNice *big* patch from metze.
2002-10-06 Simo Sorcetry to put every security descriptors related definitio...
2002-10-05 Jelmer VernooijAdd more common options to popt_common - and start...
2002-10-04 Jeremy AllisonAdd a timeout to tdb_lock_bystring(). Ensure we never...
2002-10-04 Jelmer VernooijRemove useless spaces - this broke make proto
2002-10-03 Andrew BartlettAnother patch from Steve Langasek <vorlon@netexpress...
2002-10-02 Jeremy AllisonAdded const. Anal formatting fixup.
2002-10-01 Jeremy AllisonFix Solaris sendfile detection. Add small fixes to...
2002-09-30 Jeremy AllisonAdded Solaris sendfile patch + configure tests from...
2002-09-30 Jeremy AllisonDon't zero out numwritten before using.... Found by...
2002-09-30 Andrew BartlettFix the compile issue in bin/samtest, and make the...
2002-09-29 Andrew BartlettRemove sam/api.c.
2002-09-28 Andrew BartlettAdd const.
2002-09-28 Andrew BartlettAdd const.
2002-09-27 Andrew BartlettVance picked up a pile of typos etc at the CIFS confern...
2002-09-27 Andrew BartlettSome small cleanups to the libads code (mainly error...
2002-09-26 Andrew BartlettPatch from "Stefan (metze) Metzmacher" <metze@metzemix...
2002-09-25 Andrew BartlettKill of Get_Pwnam_Modify and smb_getpwnam(). The latte...
2002-09-25 Jeremy AllisonMerge of "profile acls" code.
2002-09-21 Jeremy AllisonMerge back Richard's FreeBSD sendfile fixes.
2002-09-18 Jeremy AllisonHPUX sendfile is now detected correctly.
2002-09-17 Jeremy AllisonNever, *ever* hold a mutex lock in the message database...
2002-09-17 Jeremy AllisonActually use sendfile if selected.
2002-09-17 Jeremy AllisonAttempt to make broken Linux sendfile work.... Still...
2002-09-15 Jelmer VernooijPut unixsocket calls between #ifdef HAVE_UNIXSOCKET...
2002-09-14 Jeremy AllisonUse HAVE_SENDFILE64, not SENDFILE64.
2002-09-14 Jeremy AllisonAdded fix for broken Linux (no sendfile64). When offset...
2002-09-12 Jeremy AllisonFixed up FreeBSD sendfile code - only Solaris left...
2002-09-12 Jeremy AllisonHPUX takes offset, not pointer to offset.
2002-09-12 Jeremy AllisonFixup sendfile to match HPUX semantics with signal...
2002-09-12 Jeremy AllisonFirst cut at portable sendfile code. Only used in readX...
2002-09-11 Andrew Tridgelladded gencache implementation from mimir - thanks!
2002-09-09 Herb Lewislowercase global_myname in %L substitution
2002-09-07 Simo Sorceconfigure.in:
2002-09-06 Andrew BartlettAs per the 'OK' at CIFS2002, only use the readline...
2002-09-06 Andrew Bartlettpatch from metze: add a 'vfs' debug class
2002-09-04 Jeremy AllisonAdd bcast_msg_flags to connection struct. Allows sender...
2002-09-02 Jelmer VernooijFix typo - Thanks Kai
2002-09-01 Simo Sorcewrong way to handle things, bug found by kai
2002-08-31 Andrew BartlettAdd a bit of 'const' and move a lot of our 'repeditive...
2002-08-30 Herb Lewisbased on function prototype, the args were switched...
2002-08-29 Jelmer VernooijMove samr_make_sam_obj_sd to lib/util_seaccess.c. samte...
2002-08-29 Jelmer VernooijMake debuglevel a string for use with debug classes
2002-08-28 Jelmer VernooijPut in intermediate version of new SAM system. It's...
2002-08-28 Jelmer VernooijMake const
2002-08-28 Tim PotterSome debugs for panic_action.
2002-08-27 Simo Sorceadd a trivial seeking function to xfile (tseek) that...
2002-08-26 Andrew BartlettUpdates!
2002-08-26 Andrew BartlettTry to support non-root-mode systems without getgroupli...
2002-08-25 Andrew BartlettClarify function comments
2002-08-25 Andrew BartlettPatch from mimir to back out idra's attempted DOS mitig...
2002-08-23 Simo SorceWe never checked if the smb packet len is != 0
2002-08-23 Andrew BartlettWe need to return the value here...
2002-08-22 Andrew Tridgelladded smb_xstrndup()
2002-08-22 Andrew Tridgelladded a useful unistr2 display function
2002-08-22 Tim PotterSpelling fixes.
2002-08-22 Gerald Carterfix a few segfaults
2002-08-21 Jelmer VernooijPatch from Paul Green <Paul.Green@stratus.com> to be...
2002-08-21 Volker LendeckeFix debug level initialization for net.c
2002-08-20 Jeremy AllisonIFSTEST fixes for open fid, nametoolong.
2002-08-19 Andrew Tridgelladded a generic print_guid utility, and get the byte...
2002-08-19 Jelmer Vernooijremove 'admin log' parameter (discussed with Jeremy)
2002-08-17 Andrew BartlettMove tridge's getgrouplist() replacement function from...
next