summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
1998-08-09added ignore rules for the dummy filesAndrew Tridgell1-0/+1
1998-08-09these dummy files are needed for autoconf processingAndrew Tridgell1-0/+0
1998-08-08added --with-nisplus-home optionAndrew Tridgell1-4/+4
1998-08-03More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel1-3/+4
1998-08-03First implementation of ChangeNotify - this version only checksJeremy Allison2-3/+4
1998-08-03This is the remaining set of changes needed to replace the changes lostChristopher R. Hertel1-11/+7
1998-08-03I have fixed some of the autoconfigure problems. I'm studying the diffsChristopher R. Hertel1-9/+13
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1-3/+3
1998-07-31Debugging functions are now in their own module.Christopher R. Hertel1-0/+533
1998-07-31This is the checkin of the debug changes.Christopher R. Hertel1-278/+1
1998-07-31added test for getpwanam().Andrew Tridgell1-1/+1
1998-07-30Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1-35/+45
1998-07-29fixed a bug in the replacement inet_ntoaAndrew Tridgell1-1/+1
1998-07-29test for a broken inet_ntoa and replace it if necessary (forAndrew Tridgell1-0/+15
1998-07-29get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1-7/+7
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell13-564/+757
1998-07-23locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1-27/+54
1998-07-16Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1-1/+29
1998-07-15util.c: I've added a function called mem_dup(). Similar to strdup(),Christopher R. Hertel1-0/+13
1998-07-10Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de>Jeremy Allison1-1/+1
1998-07-07Fixed (hopefully) last bug with username mapping.Jeremy Allison1-4/+5
1998-07-02Fix for pidfile startup message.Jeremy Allison1-35/+34
1998-06-30nttrans.c: More code towards NT protocol.Jeremy Allison1-2/+6
1998-06-16clientgen: Added USE_SSL for client shutdown.Jeremy Allison1-19/+0
1998-06-16CLITAR changes to overcome some reported problems and add Jay's changesRichard Sharpe1-0/+19
1998-06-16Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1-16/+64
1998-06-13Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...Jeremy Allison1-212/+127
1998-06-12ipc.c: map_username is now a BOOL function.Jeremy Allison1-16/+187
1998-06-10Minor changes as I've now discovered gcc -pedantic-errors. ThisJeremy Allison1-1/+1
1998-06-10De-coupled the mapping of a Windows to UNIX username from the Get_PwnamJeremy Allison1-26/+27
1998-06-04Fixed file descriptor leak in open_socket_out - this couldJeremy Allison1-0/+1
1998-05-29Added Paul Eggerts LocalTime patch.Jeremy Allison1-8/+28
1998-05-27Ooops - fixed Win95 crash bugs with earlier code.Jeremy Allison1-3/+7
1998-05-27Newly re-written do_match and mask_match functions, with theJeremy Allison1-103/+235
1998-05-26smb.h: More NT SMB stuff (just defines).Jeremy Allison1-1/+7
1998-05-20fix slprintf for sunos4 in head branchAndrew Tridgell1-1/+2
1998-05-19Fix to do NT wildcard matching.Jeremy Allison1-2/+24
1998-05-19passdb.c: Fixed typo in coment.Jeremy Allison1-31/+22
1998-05-19Fixed signed/unsigned warning.Jeremy Allison1-1/+1
1998-05-18chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1-1/+1
1998-05-18Makefile:Luke Leighton1-4/+4
1998-05-15util.c: Re-seed the crypto random number generator after a fork, so allJeremy Allison1-0/+10
1998-05-14some pretty horrible formatting in standard_sub_basic(): makes the functionLuke Leighton1-48/+56
1998-05-14chgpasswd.c: Added comments to #ifdefsJeremy Allison2-22/+79
1998-05-12includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1-64/+7
1998-05-12a new slprintf() function. This one is totally portable but a bit of aAndrew Tridgell1-27/+41
1998-05-12This is a security audit change of the main source.Jeremy Allison7-84/+152
1998-05-11ldap back-end database developmentLuke Leighton1-26/+0
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell6-10/+100
1998-05-07moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.cLuke Leighton1-0/+27