Age | Commit message (Expand) | Author | Files | Lines |
2003-11-05 | Fix for bug #771. Fix packet length for browse list reply. | Jeremy Allison | 1 | -1/+1 |
2003-11-01 | From 3_0: | Volker Lendecke | 1 | -2/+2 |
2003-10-30 | Nearing the end of the GUID -> struct uuid changes. | Jim McDonough | 1 | -3/+6 |
2003-10-29 | Fixes to check for wraps which could cause coredumps. | Jeremy Allison | 1 | -0/+3 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 1 | -1/+1 |
2003-09-29 | Merge from 3.0: | Tim Potter | 1 | -2/+8 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 26 | -7746/+7251 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 1 | -2/+1 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 13 | -350/+423 |
2003-05-27 | Merge from 3.0: remove bogus static initialisers. | Tim Potter | 1 | -2/+2 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett. | Jelmer Vernooij | 1 | -2/+0 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions | Jelmer Vernooij | 1 | -0/+2 |
2003-05-08 | fix bug #47; revert registration of workgroup<1b> to 2.2 behavior | Gerald Carter | 1 | -1/+1 |
2003-05-07 | We used to use the name "*",0x0 here, but some Windows | Jeremy Allison | 1 | -1/+9 |
2003-04-28 | Typo in error message | Volker Lendecke | 1 | -1/+1 |
2003-04-25 | As nobody really objected to this patch, I opted to create facts :-) | Volker Lendecke | 1 | -1/+3 |
2003-04-07 | Remove duplicate "tallocdump" message from tdb messaging system. The | Tim Potter | 1 | -20/+0 |
2003-03-30 | update copyright notice since it we are now almost 4 months into 2003 | Gerald Carter | 1 | -1/+1 |
2003-03-24 | Don't use old usage() function, but the one from popt. | Jelmer Vernooij | 1 | -1/+0 |
2003-03-24 | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 1 | -0/+1 |
2003-03-24 | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 1 | -5/+0 |
2003-03-22 | Add nicer --help headers | Jelmer Vernooij | 1 | -7/+3 |
2003-03-20 | use pstrcpy_base() | Jim McDonough | 1 | -1/+1 |
2003-03-19 | replace pstrcpy | Jim McDonough | 1 | -1/+1 |
2003-03-16 | Fix nmbd under -DDEVELOPER (pstrcpy on not-pstring). | Andrew Bartlett | 1 | -5/+10 |
2003-03-15 | String handling parinoia fixes. | Andrew Bartlett | 2 | -2/+2 |
2003-03-10 | check a pointer before dereferencing it; not sure why userdata == NULL though | Gerald Carter | 1 | -1/+1 |
2003-03-08 | Make sure that the 'remote' machine name can only be set once. For some weird | Andrew Bartlett | 1 | -1/+1 |
2003-03-05 | A couple more fixes for fstrcpy() into a malloced region. In this case it's | Andrew Bartlett | 2 | -5/+5 |
2003-01-28 | Make this an fstrcat(), as this seems to fix some weird issue with the server | Andrew Bartlett | 1 | -2/+2 |
2003-01-14 | The last of the fstring/pstring mixups, and an extra 'static'. | Andrew Bartlett | 2 | -2/+2 |
2003-01-03 | patch to include support for daemontools from Michael Handler | Gerald Carter | 1 | -3/+21 |
2003-01-02 | BIG patch... | Andrew Bartlett | 6 | -10/+11 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -0/+20 |
2002-12-19 | Protect nmbd against malformed reply packets. Some reports on the lists showing | Jeremy Allison | 1 | -1/+10 |
2002-12-03 | Stop using hacks for dns host/domain names. | Jim McDonough | 1 | -3/+5 |
2002-12-01 | Remove extra headers, and ensure that we correctly bail out of winbindd if we | Andrew Bartlett | 5 | -5/+0 |
2002-11-23 | Lots of fixes for error paths where tdb_fetch() data need freeing. | Jeremy Allison | 1 | -3/+10 |
2002-11-15 | Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c group | Jeremy Allison | 1 | -0/+16 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 18 | -295/+158 |
2002-11-08 | Compleatly remove support for logfile truncation. All logs are opened for | Andrew Bartlett | 1 | -5/+0 |
2002-11-04 | Make IRIX happy | Jelmer Vernooij | 1 | -16/+15 |
2002-11-02 | Add more options to popt_common and use them. Current ones are: | Jelmer Vernooij | 1 | -21/+7 |
2002-11-02 | Convert to popt | Jelmer Vernooij | 1 | -87/+30 |
2002-10-08 | Ensure we register the 1c name on the unicast subnet. | Jeremy Allison | 1 | -0/+10 |
2002-10-03 | fixed 3 bugs in the wins server code related to precedence of ! and & | Andrew Tridgell | 1 | -2/+2 |
2002-09-10 | Patch from Andy Levine andyl@epicrealm.com who discovered that W2K DMB's | Jeremy Allison | 1 | -1/+5 |
2002-08-22 | fix for difference in strsep and strtok semantics | Herb Lewis | 1 | -0/+1 |
2002-08-20 | fix irix compile errors - cannot initialize array in declaration statement | Herb Lewis | 1 | -1/+1 |
2002-08-15 | The unused variable was actually needed. The correct fix is to move | Tim Potter | 1 | -1/+1 |