Age | Commit message (Expand) | Author | Files | Lines |
2003-05-20 | Fix bug #98: DNS compression is required for proper building of the | Jim McDonough | 1 | -25/+42 |
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 so | 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-08 | This puts back wins.dat into nmbd for easy editing. It leaves most of | Volker Lendecke | 1 | -194/+222 |
2003-05-07 | We used to use the name "*",0x0 here, but some Windows | Jeremy Allison | 1 | -1/+9 |
2003-04-28 | Fix a confusing 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-23 | Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted | Andrew Bartlett | 7 | -16/+27 |
2003-04-16 | fixed the popt option handling in nmbd, so that -i now works | Andrew Tridgell | 1 | -34/+37 |
2003-04-14 | Merge: | Tim Potter | 1 | -20/+0 |
2003-04-14 | Merge Jelmer's popt updates from HEAD. | Tim Potter | 1 | -12/+3 |
2003-03-30 | update copyright notice since it we are now almost 4 months into 2003 | Gerald Carter | 1 | -1/+1 |
2003-03-20 | use pstrcpy_base() | Jim McDonough | 1 | -1/+1 |
2003-03-19 | replace pstrcpy | Jim McDonough | 1 | -1/+1 |
2003-03-18 | NMBD string parinoia and memcpy() parinoia fixes from HEAD. | Andrew Bartlett | 3 | -10/+15 |
2003-03-18 | Add an extra parameter to our 'set_remote_machine_name' and | Andrew Bartlett | 1 | -1/+1 |
2003-03-10 | check a pointer before dereferencing it; not sure why userdata == NULL though | Gerald Carter | 1 | -1/+1 |
2003-01-28 | Merge from HEAD: | Andrew Bartlett | 1 | -2/+2 |
2003-01-15 | *lots of small merges form HEAD | Gerald Carter | 2 | -2/+2 |
2003-01-14 | Merge from HEAD: | Andrew Bartlett | 1 | -1/+2 |
2003-01-03 | patch to include support for daemontools from Michael Handler | Gerald Carter | 1 | -3/+21 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 6 | -9/+9 |
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-12 | Merge of #include <smb.h> removals. | Tim Potter | 5 | -5/+0 |
2002-12-03 | Stop using hacks for dns host/domain names. | Jim McDonough | 1 | -3/+5 |
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-09 | Last sync with HEAD | Jelmer Vernooij | 1 | -5/+0 |
2002-11-09 | Sync with HEAD | Jelmer Vernooij | 1 | -101/+29 |
2002-10-08 | Ensure we register the 1c name on the unicast subnet. | Jeremy Allison | 1 | -0/+10 |
2002-10-03 | Merging tridge's wins fixes. Tridge - we're supposed to be keeping 3.0 up | Jeremy Allison | 1 | -2/+2 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 2 | -2/+7 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 7 | -30/+146 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 11 | -975/+1036 |
2002-03-29 | nmbd handle shutdown message. | Jean-François Micouleau | 1 | -0/+10 |
2002-03-29 | Fix to stop PERMANENT_NAMES being added when nmbd starts up and WINS | Jeremy Allison | 1 | -5/+34 |
2002-03-21 | Make winbindd_idmap tdb endian independent. This is very important for | Jeremy Allison | 1 | -5/+5 |
2002-03-20 | Add assertions that kill() is never accidentally passed a non-positive | Martin Pool | 1 | -2/+3 |
2002-03-05 | Removed unused static function. | Tim Potter | 1 | -18/+0 |
2002-03-01 | Cause nmbd to take signal processing in-band, rather than in | Jeremy Allison | 1 | -339/+368 |
2002-01-31 | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 27 | -52/+27 |
2002-01-25 | rewrote nmbd's wins backend to use a tdb instead of a flat text file. | Jean-François Micouleau | 3 | -267/+627 |
2002-01-25 | remove unused variable | Jean-François Micouleau | 1 | -1/+0 |
2002-01-18 | Ensure (C) message is output on startup. | Jeremy Allison | 1 | -2/+2 |
2002-01-18 | Tidyup & code refactoring from Martin.Sheppard@csiro.au. | Jeremy Allison | 1 | -26/+23 |
2002-01-16 | Fix name register bug with non-existent wins server. | Jeremy Allison | 1 | -32/+29 |