summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2001-11-28fixed some krb5 ifdefsAndrew Tridgell1-2/+2
2001-11-28merge from APPLIANCE_HEADGerald Carter2-2/+41
2001-11-28turn off the insure xterm hack for nowAndrew Tridgell1-1/+1
2001-11-27allow printing of NULL pointers with internal snprintfAndrew Tridgell1-0/+1
2001-11-27reverted incorrect patchAndrew Tridgell1-2/+4
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter3-9/+21
2001-11-24added "net join" commandAndrew Tridgell1-0/+31
2001-11-23More better now.Martin Pool1-4/+4
2001-11-23Quieten gcc const warning.Martin Pool1-17/+21
2001-11-23Don't initialise static pointers to NULL.Tim Potter1-1/+1
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-12/+26
2001-11-20Merged in JohnR's ping messaging extension.Jeremy Allison1-27/+36
2001-11-20added strlcpy() and strlcat()Andrew Tridgell1-0/+36
2001-11-20We don't actually use the horror that was lib/util_array.c :-).Jeremy Allison1-187/+0
2001-11-20Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool1-14/+15
2001-11-19Fix typo.Martin Pool1-1/+1
2001-11-19Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the momentMartin Pool1-5/+10
2001-11-19Added comment about why not to cast the assignment ofTim Potter1-3/+6
2001-11-19LIBDIR and LOCKDIR are dynamically configured too.Martin Pool1-4/+9
2001-11-19Oops, Tim says rl_completion_func_t doesn't exist in all versions ofMartin Pool1-7/+5
2001-11-19Quieten compiler warnings about a callback function prototype that hasMartin Pool1-1/+7
2001-11-18fixed some bugs.Simo Sorce2-18/+19
2001-11-16Fixed detection of RedHat headers. Removed another file !Jeremy Allison1-212/+0
2001-11-16I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison2-112/+1
2001-11-15Tidyups in the merge process.Jeremy Allison1-32/+36
2001-11-15FALSE -> FalseTim Potter1-1/+1
2001-11-14Removed unused variable.Tim Potter1-1/+0
2001-11-13Look for DOMAIN\group in group lists and ask winbind.Jeremy Allison1-68/+89
2001-11-12messed up with patches, this should be the right one,Simo Sorce1-2/+1
2001-11-12some bugfix and new functions,Simo Sorce3-10/+88
2001-11-10fixed, moved and added some functionsSimo Sorce2-98/+153
2001-11-07add convert_string_allocate() functionSimo Sorce1-5/+86
2001-11-05Removed totally annoying verbose debug in sid_to_string()Tim Potter1-2/+0
2001-11-04Added missing strchr_wa.Jeremy Allison1-0/+5
2001-11-04a big one:Simo Sorce4-29/+319
2001-11-04remove {} from default valid char listAndrew Tridgell1-1/+1
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-2/+2
2001-11-01zero the data, not a pointer to the data ...Andrew Tridgell1-1/+1
2001-10-31Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett1-1/+1
2001-10-31Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett1-0/+8
2001-10-29Add a bit of 'const' for the data_blob code.Andrew Bartlett1-3/+13
2001-10-29More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett5-26/+28
2001-10-29This commit is number 4 of 4.Andrew Bartlett3-9/+9
2001-10-29This commit is number 3 of 4.Andrew Bartlett2-20/+59
2001-10-29This commit is number 2 of 4.Andrew Bartlett1-3/+14
2001-10-27smbd/notify_hash.c: Merged Herb's fix.Jeremy Allison1-1/+2
2001-10-26A few spelling fixes from Vance. <vance@digital-host.net>Andrew Bartlett1-8/+8
2001-10-24Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>.Jeremy Allison1-2/+2
2001-10-24Removed unused function.Tim Potter1-68/+0
2001-10-23get rid of compiler warnings (casts and delete unused variables)Herb Lewis2-9/+7