summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2001-12-10Explain why snprintf has to be overridden in this way.Martin Pool1-1/+8
2001-12-10Typo spotting.Tim Potter1-2/+2
2001-12-10make sid_binstring available without HAVE_ADSAndrew Tridgell2-0/+40
2001-12-09add smb_xvasprintf() panic wrapper around vasprintfAndrew Tridgell1-3/+13
2001-12-06again an intrusive patch:Jean-François Micouleau1-11/+9
2001-12-05fixed an off by 1 bug in talloc_asprintf()Andrew Tridgell1-1/+1
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau1-1/+48
2001-12-04moved init_account_policy() to the right placeAndrew Tridgell1-1/+5
2001-12-04const religion in talloc callsAndrew Tridgell1-2/+2
2001-12-04winbindd friendly user_in_list code. Tested on a 65k user domain.Jeremy Allison1-7/+15
2001-12-04Moved name_is_local to the correct place. Ooops.Jeremy Allison1-0/+10
2001-12-04Tidyup of lib/username. Add name_is_local fn to determine if name isJeremy Allison1-171/+173
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau2-0/+220
2001-12-03put sid_to_name behind the winbindd backend interfaceAndrew Tridgell1-12/+26
2001-12-03added a basic ADS backend to winbind. More work needed, but atAndrew Tridgell1-1/+17
2001-12-03re-enabled insure backtrace, calling /usr/bin/backtraceAndrew Tridgell1-2/+4
2001-12-01The beginnings of alternative backends for winbinddAndrew Tridgell1-0/+17
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-4/+4
2001-11-30Ensured the %G substitution exactly matches what the man page states.Jeremy Allison1-1/+2
2001-11-29fixed typoAndrew Tridgell1-1/+1
2001-11-29fixed toupper_w() and friends on big-endianAndrew Tridgell1-6/+6
2001-11-292nd attempt at fixing lame char tables on big endian machinesAndrew Tridgell1-6/+6
2001-11-29fixed lame char tables on big endian machinesAndrew Tridgell1-5/+5
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