Age | Commit message (Expand) | Author | Files | Lines |
2002-06-26 | This commit finally gives us multiple wins server groups. We now | Andrew Tridgell | 1 | -16/+245 |
2002-06-26 | made the wins list handling a littler clearer | Andrew Tridgell | 1 | -9/+5 |
2002-06-26 | mumble ... fix typo ... mumble | Andrew Tridgell | 1 | -1/+1 |
2002-06-26 | fixed we_are_multihomed() to cope with dynamic interfaces (ie. don't | Andrew Tridgell | 1 | -6/+1 |
2002-06-26 | - completely rewrote the wins_srv.c code. It is now much simpler, and | Andrew Tridgell | 1 | -303/+90 |
2002-06-25 | fixed a bug in handling select in the main daemon - this stops the daemon spi... | Andrew Tridgell | 1 | -12/+6 |
2002-06-21 | Changed level of "bind succeded on port %d" debug to 10. | Tim Potter | 1 | -1/+1 |
2002-06-20 | Fixed compiler warning. | Tim Potter | 1 | -1/+1 |
2002-06-18 | more debug classess activated | Simo Sorce | 1 | -1/+1 |
2002-06-17 | compile warngin fixes merged from 2.2 | Gerald Carter | 1 | -1/+1 |
2002-06-17 | Fixed typo in debug. | Tim Potter | 1 | -1/+1 |
2002-06-15 | Simplify this code further. Just substitute %H, and let the normal code | Andrew Bartlett | 1 | -36/+0 |
2002-06-15 | Unsused function since last commit | Andrew Bartlett | 1 | -34/+0 |
2002-06-15 | Rework much of the service.c code: | Andrew Bartlett | 1 | -3/+10 |
2002-06-15 | This patch does 2 things: | Andrew Bartlett | 1 | -0/+57 |
2002-06-15 | Add back sys_getpwnam() and freinds to the system.c interface, but don't | Andrew Bartlett | 4 | -5/+29 |
2002-06-14 | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 3 | -6/+188 |
2002-06-14 | Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_list | Andrew Bartlett | 1 | -2/+2 |
2002-06-14 | Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and the | Andrew Bartlett | 2 | -3/+19 |
2002-06-14 | Add const, kill of useless casts and therefore eliminate warnings. | Andrew Bartlett | 1 | -3/+3 |
2002-06-13 | Ensure we save any older SIGALRM signal handler. | Jeremy Allison | 3 | -7/+11 |
2002-06-13 | Latest patch from metze <metze@metzemix.de> to move most of samba across | Andrew Bartlett | 1 | -4/+27 |
2002-06-11 | few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro... | Simo Sorce | 1 | -4/+8 |
2002-06-10 | Remove "sids.h" as it really wasn't being used anywhere, and was exporting | Andrew Bartlett | 1 | -2/+0 |
2002-06-07 | Globally replace 'global_sam_sid' with get_global_sam_sid(), a self | Andrew Bartlett | 1 | -4/+0 |
2002-06-07 | Move the code from lib/util_sid.c that deals with the global_sam_sid into | Andrew Bartlett | 1 | -241/+1 |
2002-06-05 | merge from 2.2 | Gerald Carter | 1 | -4/+10 |
2002-06-05 | Spelling fix. | Tim Potter | 1 | -1/+1 |
2002-06-03 | Since includes.h isn't included here, VA_COPY has to be defined here. I don't | Jim McDonough | 1 | -0/+8 |
2002-06-03 | put the ifdef for HAVE_VA_COPY in one place rather than in lots of | Andrew Tridgell | 5 | -44/+20 |
2002-05-28 | Updates to better report some NTSTATUS errors into PAM, and update to PAM | Andrew Bartlett | 1 | -0/+1 |
2002-05-26 | move debug stuff from messages.c to debug.c (Elrond) | Simo Sorce | 2 | -20/+20 |
2002-05-25 | Clean up a few unused functions, add a bit of static etc. | Andrew Bartlett | 2 | -19/+2 |
2002-05-23 | Nobody uses this, and its really just a layer of internal implementation. | Andrew Bartlett | 1 | -1/+1 |
2002-05-22 | Merge of bugfixes from 2.2. | Jeremy Allison | 1 | -2/+8 |
2002-05-22 | Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid. | Andrew Bartlett | 3 | -129/+12 |
2002-05-22 | Cleanups! | Andrew Bartlett | 2 | -45/+1 |
2002-05-22 | Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and move | Andrew Bartlett | 2 | -94/+118 |
2002-05-20 | merge from SAMBA_2_2 | Gerald Carter | 1 | -1/+1 |
2002-05-19 | Fixed compiler warning. | Tim Potter | 1 | -1/+1 |
2002-05-19 | Keep the compiler happy | Andrew Bartlett | 1 | -1/+1 |
2002-05-18 | so here it is the code to introduce seriously debugggging classes. | Simo Sorce | 2 | -70/+272 |
2002-05-18 | Move client_receive_smb to clientgen.c as a static, as proposed by Elrond. | Andrew Bartlett | 1 | -34/+0 |
2002-05-18 | A few things in this commit: | Andrew Bartlett | 2 | -13/+69 |
2002-05-17 | Don't forget the semicolon, you fool! | Jim McDonough | 1 | -1/+1 |
2002-05-17 | Fix usage of va_list passed as an arg. Use __va_copy before using it | Jim McDonough | 4 | -7/+42 |
2002-05-17 | Make Get_Pwnam use getpwnam_alloc() in an attempt to make it segfault rather | Andrew Bartlett | 1 | -9/+31 |
2002-05-17 | This removes --with-ssl from Samba. | Andrew Bartlett | 2 | -78/+0 |
2002-05-16 | Add __va_copy to talloc functions. talloc_asprintf was causing all kinds | Jim McDonough | 1 | -5/+24 |
2002-05-11 | move vsyslog() from snprintf.c to replace.c | Simo Sorce | 2 | -14/+14 |