summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and theAndrew Bartlett2002-06-142-3/+19
| * Add const, kill of useless casts and therefore eliminate warnings.Andrew Bartlett2002-06-141-3/+3
| * Ensure we save any older SIGALRM signal handler.Jeremy Allison2002-06-133-7/+11
| * Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett2002-06-131-4/+27
| * few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro...Simo Sorce2002-06-111-4/+8
| * Remove "sids.h" as it really wasn't being used anywhere, and was exportingAndrew Bartlett2002-06-101-2/+0
| * Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-071-4/+0
| * Move the code from lib/util_sid.c that deals with the global_sam_sid intoAndrew Bartlett2002-06-071-241/+1
| * merge from 2.2Gerald Carter2002-06-051-4/+10
| * Spelling fix.Tim Potter2002-06-051-1/+1
| * Since includes.h isn't included here, VA_COPY has to be defined here. I don'tJim McDonough2002-06-031-0/+8
| * put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell2002-06-035-44/+20
| * Updates to better report some NTSTATUS errors into PAM, and update to PAMAndrew Bartlett2002-05-281-0/+1
| * move debug stuff from messages.c to debug.c (Elrond)Simo Sorce2002-05-262-20/+20
| * Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2002-05-252-19/+2
| * Nobody uses this, and its really just a layer of internal implementation.Andrew Bartlett2002-05-231-1/+1
| * Merge of bugfixes from 2.2.Jeremy Allison2002-05-221-2/+8
| * Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.Andrew Bartlett2002-05-223-129/+12
| * Cleanups!Andrew Bartlett2002-05-222-45/+1
| * Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and moveAndrew Bartlett2002-05-222-94/+118
| * merge from SAMBA_2_2Gerald Carter2002-05-201-1/+1
| * Fixed compiler warning.Tim Potter2002-05-191-1/+1
| * Keep the compiler happyAndrew Bartlett2002-05-191-1/+1
| * so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-182-70/+272
| * Move client_receive_smb to clientgen.c as a static, as proposed by Elrond.Andrew Bartlett2002-05-181-34/+0
| * A few things in this commit:Andrew Bartlett2002-05-182-13/+69
| * Don't forget the semicolon, you fool!Jim McDonough2002-05-171-1/+1
| * Fix usage of va_list passed as an arg. Use __va_copy before using itJim McDonough2002-05-174-7/+42
| * Make Get_Pwnam use getpwnam_alloc() in an attempt to make it segfault ratherAndrew Bartlett2002-05-171-9/+31
| * This removes --with-ssl from Samba.Andrew Bartlett2002-05-172-78/+0
| * Add __va_copy to talloc functions. talloc_asprintf was causing all kindsJim McDonough2002-05-161-5/+24
| * move vsyslog() from snprintf.c to replace.cSimo Sorce2002-05-112-14/+14
| * NT uses NT_STATUS_OBJECT_NAME_NOT_FOUND not NT_STATUS_NO_SUCH_FILE for ENOENT.Jeremy Allison2002-05-091-1/+1
| * We were mapping the open of name1/name2 where name1 wasn't a directoryJeremy Allison2002-05-091-1/+1
| * merge from SAMBA_2_2Gerald Carter2002-05-091-1/+1
| * pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...Gerald Carter2002-05-092-20/+42
| * Merge in Jerry's called name fix.Jeremy Allison2002-05-081-58/+66
| * patch from Alexander Bokovoy needed for dlopen on bsd systemsAndrew Tridgell2002-04-241-4/+4
| * We cannot set errno=0 in any of the wrapper calls as this breaks UNIX errorJeremy Allison2002-04-191-7/+0
| * Fix different args to sys_fcntl without going varargs....Jeremy Allison2002-04-192-4/+19
| * Fixed one more sendto.Jeremy Allison2002-04-191-1/+1
| * Added sys_fcntl (not to be used everywhere). Added sys_read/sys_writeJeremy Allison2002-04-193-7/+20
| * Fixed sendto in oplock code.Jeremy Allison2002-04-191-0/+15
| * Fix send and recvfrom.Jeremy Allison2002-04-192-12/+27
| * First cut at fix for the EINTR problem... More needs to be done I think.Jeremy Allison2002-04-193-140/+180
| * nicer strndup() functionAndrew Tridgell2002-04-181-6/+6
| * make suure we get the return value from the pull_*() functions rightAndrew Tridgell2002-04-172-7/+13
| * sync with 2.2Simo Sorce2002-04-161-4/+9
| * stricter conditions on termination in stringsAndrew Tridgell2002-04-161-6/+6
| * Fix incorrect zpadlen handling in fmtfp.Simo Sorce2002-04-161-14/+20