summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/util_sock.c: Added debug print if core read or write fails to give UNIX e...Jeremy Allison1999-02-051-1/+5
* Fixes for HPUX.Jeremy Allison1999-02-041-14/+14
* Fixed bug where cli->timeout was in milliseconds, but open_sockets_outJeremy Allison1999-02-032-4/+20
* Added sys_setgroups wrapper if getgroups are broken. Mainly used on SunOS.Jeremy Allison1999-01-232-2/+59
* hanged /dev/random to /dev/urandom to stop clients from waitingJeremy Allison1999-01-221-5/+9
* Fixed typo in bitmap code that could cause core dump on malloc fail.Jeremy Allison1999-01-181-1/+1
* Fixed problem where with POSIX signal handling (as used in Solaris andJeremy Allison1999-01-141-1/+21
* Implemented NT_QUERY_SECURITY_DESCRIPTOR in the same way that NT respondsJeremy Allison1999-01-121-1/+22
* lib/util_sec.c: Fixed order of calls to setresuid/setreuid/seteuid based on a...Jeremy Allison1999-01-061-9/+9
* Converted the code in smbd/dir.c to use bitmaps instead of a staticJeremy Allison1999-01-061-2/+2
* acconfig.h configure configure.in include/config.h.in lib/system.c: Fixed --w...Jeremy Allison1999-01-042-3/+3
* Added BROKEN_NIS_INCLUDE fix here also.Jeremy Allison1998-12-301-6/+28
* lib/signal.c: Added CatchChildLeaveStatus() call needed in smbd/open.c and sm...Jeremy Allison1998-12-292-15/+31
* Fixed issues with client wildcards. It turns out that NT matchesJeremy Allison1998-12-231-4/+21
* Fixed bug where waitsecs was being ignored.Jeremy Allison1998-12-231-1/+1
* Spelling mistake change due to very pick people (you know who you are :-).Jeremy Allison1998-12-222-20/+47
* Rather large (I'm afraid) tidyup of the setuid handling code.Jeremy Allison1998-12-222-78/+9
* Split out all the set[re][e][res]uid() calls into one module thatJeremy Allison1998-12-221-0/+177
* acconfig.h configure configure.in include/config.h.inJeremy Allison1998-12-152-3/+19
* WHATSNEW.txt source/include/version.h: Updated for beta4.Jeremy Allison1998-12-151-140/+0
* Makefile.in: script install fix from Tim Rice.Jeremy Allison1998-12-141-2/+2
* Fixed file descriptor limit code for AIX 4.x. AIX doesn't support theJeremy Allison1998-12-111-6/+22
* HPUX fix. This looks like a big change but isn't actually, most of theJeremy Allison1998-12-104-12/+12
* lib/access.c: Added checks for invalid '*' or '?' characters in hosts allow/d...Jeremy Allison1998-12-091-6/+23
* This commit was manufactured by cvs2svn to create branch 'SAMBA_2_0'.cvs2svn Import User1998-12-081-0/+140
|\
| * Adding George's Mac extension code.Jeremy Allison1998-12-081-0/+140
| * fixed warnings (and potential errors) due to integer overflow whenAndrew Tridgell1998-12-071-2/+3
| * first attempt at making unix setuid/setgid code that is independent ofLuke Leighton1998-12-071-0/+303
| * removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-6/+7
| * oops - lock test was the wrong way aroundAndrew Tridgell1998-12-051-1/+1
| * fixed pidfile handling to check for a lock on the file, so we can beAndrew Tridgell1998-12-051-16/+33
| * - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-042-8/+8
| * moved get_unixgroups it will be needed by the unix instance of the groupLuke Leighton1998-12-031-0/+49
| * jean-f spotted bug in test for existence of MACHINE.SID and SAM_NAME.SID.Luke Leighton1998-12-031-1/+1
| * removed check on name of domain having to be right, etc etc.Luke Leighton1998-12-021-8/+0
| * issues spotted by andrej: %s\\%s not %s\%sLuke Leighton1998-12-021-2/+2
| * string_to_sid was using next_token() this is bad as it stops you fromLuke Leighton1998-12-021-43/+44
| * fixing smbpasswd to link to smbd to obtain domain sidLuke Leighton1998-12-012-4/+7
| * rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-012-40/+69
| * fix to domain_namemap (domain, ntname wrong way round oops)Luke Leighton1998-12-013-7/+7
| * adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1998-12-013-9/+36
| * attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton1998-11-303-39/+61
| * - adding builtin[alias]db.Luke Leighton1998-11-303-16/+20
| * "retired" two modules to preserve their cvs history.Luke Leighton1998-11-293-0/+2184
| * weekend work. user / group database API.Luke Leighton1998-11-292-49/+91
| * Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-257-408/+574
| * sorting out difference between aliases and groups in the cases whereLuke Leighton1998-11-241-1/+4
| * unused variable removedLuke Leighton1998-11-231-1/+1
| * unix instance of group database APILuke Leighton1998-11-232-6/+22
| * replace ' with _ as wellAndrew Tridgell1998-11-231-1/+2