summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2002-06-21Changed level of "bind succeded on port %d" debug to 10.Tim Potter1-1/+1
2002-06-20Fixed compiler warning.Tim Potter1-1/+1
2002-06-18more debug classess activatedSimo Sorce1-1/+1
2002-06-17compile warngin fixes merged from 2.2Gerald Carter1-1/+1
2002-06-17Fixed typo in debug.Tim Potter1-1/+1
2002-06-15Simplify this code further. Just substitute %H, and let the normal codeAndrew Bartlett1-36/+0
2002-06-15Unsused function since last commitAndrew Bartlett1-34/+0
2002-06-15Rework much of the service.c code:Andrew Bartlett1-3/+10
2002-06-15This patch does 2 things:Andrew Bartlett1-0/+57
2002-06-15Add back sys_getpwnam() and freinds to the system.c interface, but don'tAndrew Bartlett4-5/+29
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce3-6/+188
2002-06-14Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett1-2/+2
2002-06-14Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and theAndrew Bartlett2-3/+19
2002-06-14Add const, kill of useless casts and therefore eliminate warnings.Andrew Bartlett1-3/+3
2002-06-13Ensure we save any older SIGALRM signal handler.Jeremy Allison3-7/+11
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett1-4/+27
2002-06-11few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro...Simo Sorce1-4/+8
2002-06-10Remove "sids.h" as it really wasn't being used anywhere, and was exportingAndrew Bartlett1-2/+0
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett1-4/+0
2002-06-07Move the code from lib/util_sid.c that deals with the global_sam_sid intoAndrew Bartlett1-241/+1
2002-06-05merge from 2.2Gerald Carter1-4/+10
2002-06-05Spelling fix.Tim Potter1-1/+1
2002-06-03Since includes.h isn't included here, VA_COPY has to be defined here. I don'tJim McDonough1-0/+8
2002-06-03put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell5-44/+20
2002-05-28Updates to better report some NTSTATUS errors into PAM, and update to PAMAndrew Bartlett1-0/+1
2002-05-26move debug stuff from messages.c to debug.c (Elrond)Simo Sorce2-20/+20
2002-05-25Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2-19/+2
2002-05-23Nobody uses this, and its really just a layer of internal implementation.Andrew Bartlett1-1/+1
2002-05-22Merge of bugfixes from 2.2.Jeremy Allison1-2/+8
2002-05-22Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.Andrew Bartlett3-129/+12
2002-05-22Cleanups!Andrew Bartlett2-45/+1
2002-05-22Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and moveAndrew Bartlett2-94/+118
2002-05-20merge from SAMBA_2_2Gerald Carter1-1/+1
2002-05-19Fixed compiler warning.Tim Potter1-1/+1
2002-05-19Keep the compiler happyAndrew Bartlett1-1/+1
2002-05-18so here it is the code to introduce seriously debugggging classes.Simo Sorce2-70/+272
2002-05-18Move client_receive_smb to clientgen.c as a static, as proposed by Elrond.Andrew Bartlett1-34/+0
2002-05-18A few things in this commit:Andrew Bartlett2-13/+69
2002-05-17Don't forget the semicolon, you fool!Jim McDonough1-1/+1
2002-05-17Fix usage of va_list passed as an arg. Use __va_copy before using itJim McDonough4-7/+42
2002-05-17Make Get_Pwnam use getpwnam_alloc() in an attempt to make it segfault ratherAndrew Bartlett1-9/+31
2002-05-17This removes --with-ssl from Samba.Andrew Bartlett2-78/+0
2002-05-16Add __va_copy to talloc functions. talloc_asprintf was causing all kindsJim McDonough1-5/+24
2002-05-11move vsyslog() from snprintf.c to replace.cSimo Sorce2-14/+14
2002-05-09NT uses NT_STATUS_OBJECT_NAME_NOT_FOUND not NT_STATUS_NO_SUCH_FILE for ENOENT.Jeremy Allison1-1/+1
2002-05-09We were mapping the open of name1/name2 where name1 wasn't a directoryJeremy Allison1-1/+1
2002-05-09merge from SAMBA_2_2Gerald Carter1-1/+1
2002-05-09pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi...Gerald Carter2-20/+42
2002-05-08Merge in Jerry's called name fix.Jeremy Allison1-58/+66
2002-04-24patch from Alexander Bokovoy needed for dlopen on bsd systemsAndrew Tridgell1-4/+4