| Commit message (Expand) | Author | Age | Files | Lines |
* | update copyright notice since it we are now almost 4 months into 2003 | Gerald Carter | 2003-03-30 | 1 | -1/+1 |
* | Don't use old usage() function, but the one from popt. | Jelmer Vernooij | 2003-03-24 | 1 | -1/+0 |
* | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 2003-03-24 | 1 | -0/+1 |
* | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 2003-03-24 | 1 | -5/+0 |
* | Add nicer --help headers | Jelmer Vernooij | 2003-03-22 | 1 | -7/+3 |
* | use pstrcpy_base() | Jim McDonough | 2003-03-20 | 1 | -1/+1 |
* | replace pstrcpy | Jim McDonough | 2003-03-19 | 1 | -1/+1 |
* | Fix nmbd under -DDEVELOPER (pstrcpy on not-pstring). | Andrew Bartlett | 2003-03-16 | 1 | -5/+10 |
* | String handling parinoia fixes. | Andrew Bartlett | 2003-03-15 | 2 | -2/+2 |
* | check a pointer before dereferencing it; not sure why userdata == NULL though | Gerald Carter | 2003-03-10 | 1 | -1/+1 |
* | Make sure that the 'remote' machine name can only be set once. For some weird | Andrew Bartlett | 2003-03-08 | 1 | -1/+1 |
* | A couple more fixes for fstrcpy() into a malloced region. In this case it's | Andrew Bartlett | 2003-03-05 | 2 | -5/+5 |
* | Make this an fstrcat(), as this seems to fix some weird issue with the server | Andrew Bartlett | 2003-01-28 | 1 | -2/+2 |
* | The last of the fstring/pstring mixups, and an extra 'static'. | Andrew Bartlett | 2003-01-14 | 2 | -2/+2 |
* | patch to include support for daemontools from Michael Handler | Gerald Carter | 2003-01-03 | 1 | -3/+21 |
* | BIG patch... | Andrew Bartlett | 2003-01-02 | 6 | -10/+11 |
* | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 2002-12-20 | 1 | -0/+20 |
* | Protect nmbd against malformed reply packets. Some reports on the lists showing | Jeremy Allison | 2002-12-19 | 1 | -1/+10 |
* | Stop using hacks for dns host/domain names. | Jim McDonough | 2002-12-03 | 1 | -3/+5 |
* | Remove extra headers, and ensure that we correctly bail out of winbindd if we | Andrew Bartlett | 2002-12-01 | 5 | -5/+0 |
* | Lots of fixes for error paths where tdb_fetch() data need freeing. | Jeremy Allison | 2002-11-23 | 1 | -3/+10 |
* | Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c group | Jeremy Allison | 2002-11-15 | 1 | -0/+16 |
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 18 | -295/+158 |
* | Compleatly remove support for logfile truncation. All logs are opened for | Andrew Bartlett | 2002-11-08 | 1 | -5/+0 |
* | Make IRIX happy | Jelmer Vernooij | 2002-11-04 | 1 | -16/+15 |
* | Add more options to popt_common and use them. Current ones are: | Jelmer Vernooij | 2002-11-02 | 1 | -21/+7 |
* | Convert to popt | Jelmer Vernooij | 2002-11-02 | 1 | -87/+30 |
* | Ensure we register the 1c name on the unicast subnet. | Jeremy Allison | 2002-10-08 | 1 | -0/+10 |
* | fixed 3 bugs in the wins server code related to precedence of ! and & | Andrew Tridgell | 2002-10-03 | 1 | -2/+2 |
* | Patch from Andy Levine andyl@epicrealm.com who discovered that W2K DMB's | Jeremy Allison | 2002-09-10 | 1 | -1/+5 |
* | fix for difference in strsep and strtok semantics | Herb Lewis | 2002-08-22 | 1 | -0/+1 |
* | fix irix compile errors - cannot initialize array in declaration statement | Herb Lewis | 2002-08-20 | 1 | -1/+1 |
* | The unused variable was actually needed. The correct fix is to move | Tim Potter | 2002-08-15 | 1 | -1/+1 |
* | Removed unused variable. | Tim Potter | 2002-08-15 | 1 | -1/+0 |
* | Make 'remote_machine' private to lib/substitute.c, and fix all the user to use | Andrew Bartlett | 2002-08-11 | 1 | -2/+1 |
* | Add AD version of samlogon replies for getdc. ATM it will only function | Jim McDonough | 2002-08-06 | 1 | -11/+103 |
* | Fix length on mailslots. Looks like it should have been 0x17, not decimal 17. | Jim McDonough | 2002-08-02 | 1 | -1/+1 |
* | this is an interim fix for nmbd not registering DOMAIN#1b with WINS | Andrew Tridgell | 2002-07-28 | 1 | -1/+20 |
* | make sure async dns nmbd child dies | Andrew Tridgell | 2002-07-28 | 2 | -1/+8 |
* | fix minor nits in nmbd from adtam@cup.hp.com | Andrew Tridgell | 2002-07-28 | 3 | -13/+13 |
* | I think this makes the debug statement clearer. | Andrew Bartlett | 2002-07-26 | 1 | -1/+1 |
* | the last WINS update broke self registration when we are a WINS | Andrew Tridgell | 2002-07-09 | 1 | -3/+4 |
* | fixed multi-homed re-registration of names when we are a WINS | Andrew Tridgell | 2002-07-01 | 1 | -1/+11 |
* | don't start the async dns process unless we actually need it! | Andrew Tridgell | 2002-07-01 | 1 | -1/+1 |
* | The next phase in the WINS rewrite! | Andrew Tridgell | 2002-06-27 | 9 | -829/+802 |
* | This commit finally gives us multiple wins server groups. We now | Andrew Tridgell | 2002-06-26 | 2 | -171/+224 |
* | we never pass any userdata when doing name registrations on the | Andrew Tridgell | 2002-06-26 | 1 | -54/+51 |
* | - completely rewrote the wins_srv.c code. It is now much simpler, and | Andrew Tridgell | 2002-06-26 | 3 | -7/+29 |
* | when nmbd starts up it is possible that dhcp hasn't started the local | Andrew Tridgell | 2002-06-19 | 1 | -4/+9 |
* | compile warngin fixes merged from 2.2 | Gerald Carter | 2002-06-17 | 1 | -2/+2 |