Age | Commit message (Expand) | Author | Files | Lines |
2001-10-29 | Converted a bunch of functions to use sscanf %i instead of atoi to | Tim Potter | 1 | -11/+14 |
2001-10-29 | Hey where did those 4 character tabs come from? | Tim Potter | 1 | -4/+4 |
2001-10-29 | Don't reference tallocated memory that has already been disposed of. The | Tim Potter | 3 | -11/+26 |
2001-10-29 | Fixed confusing debug message - it was always printing uid 0 instead of the | Tim Potter | 1 | -1/+1 |
2001-10-28 | fix a logic bug on max size of a returned string, | Simo Sorce | 1 | -3/+9 |
2001-10-28 | added de.msg from Andreas Moroder | Motonobu Takahashi | 1 | -0/+1707 |
2001-10-27 | Fix up the Makefile for now (thanks herb). | Andrew Bartlett | 1 | -2/+2 |
2001-10-27 | smbd/notify_hash.c: Merged Herb's fix. | Jeremy Allison | 2 | -3/+4 |
2001-10-27 | Raise simultaneous open pipes from 64 to 1024 for large print server | Jeremy Allison | 1 | -1/+1 |
2001-10-27 | Added some connection checking code. Doesn't work yet though. | Tim Potter | 1 | -10/+43 |
2001-10-26 | A few spelling fixes from Vance. <vance@digital-host.net> | Andrew Bartlett | 1 | -8/+8 |
2001-10-26 | samba-bugs@samba.org -> samba@samba.org | Andrew Bartlett | 1 | -1/+1 |
2001-10-26 | Restore the intended behaviour for .headers.stamp | Andrew Bartlett | 1 | -1/+1 |
2001-10-26 | Fixed compile warning. | Tim Potter | 1 | -1/+1 |
2001-10-24 | Added || -> && fix from "Orwig, Paul" <PORWIG@PacificLife.com>. | Jeremy Allison | 1 | -2/+2 |
2001-10-24 | Remove xstrdup since it was added to lib/util.c. Caused compile failure | Jim McDonough | 1 | -13/+0 |
2001-10-24 | Removed unused function. | Tim Potter | 1 | -68/+0 |
2001-10-24 | Made default vfs ops static so we can use this symbol in actual modules. | Tim Potter | 1 | -1/+1 |
2001-10-23 | more compiler warnings | Herb Lewis | 8 | -10/+10 |
2001-10-23 | .headers.stamp not getting touched if file already existed. | Herb Lewis | 1 | -1/+1 |
2001-10-23 | get rid of compiler warnings (casts and delete unused variables) | Herb Lewis | 8 | -20/+17 |
2001-10-23 | IRIX compiler dies not like casts in macro args | Herb Lewis | 1 | -1/+1 |
2001-10-23 | Remove setbuffer which caused build errors | Jim McDonough | 1 | -2/+0 |
2001-10-23 | get rid of compiler warnings | Herb Lewis | 2 | -2/+2 |
2001-10-23 | Fix popt library checking | Jim McDonough | 2 | -13/+7 |
2001-10-23 | Replace getopt_long with popt for parsing commandline options | Jim McDonough | 1 | -136/+91 |
2001-10-23 | Add popt for parsing commandline options | Jim McDonough | 19 | -745/+2608 |
2001-10-22 | ops, some testing code in compat function let only mangled name come back. | Simo Sorce | 1 | -12/+12 |
2001-10-22 | server support for RAP session list function | Jim McDonough | 2 | -0/+118 |
2001-10-22 | lets try the new mangling code | Simo Sorce | 2 | -7/+44 |
2001-10-22 | a quick fix to get rpcclient working again. This just disables | Andrew Tridgell | 4 | -2/+10 |
2001-10-22 | samr querydispinfo can change level, start index and max entries. | Jean-François Micouleau | 1 | -10/+33 |
2001-10-22 | allow the samr commands to work back and the help too ;-) | Jean-François Micouleau | 2 | -46/+24 |
2001-10-22 | - fixed link order of krb5 libs | Andrew Tridgell | 5 | -134/+97 |
2001-10-22 | Fix for @ in pathname from Kian Win. | Jeremy Allison | 1 | -1/+5 |
2001-10-22 | Renamed inbuilt xstrdup to smb_xstrdup. | Jeremy Allison | 1 | -5/+5 |
2001-10-22 | Added xstrdup, removed static version from smbpasswd.c | Jeremy Allison | 2 | -16/+14 |
2001-10-22 | Added xmalloc - calls smb_panic on zero size or malloc fail. | Jeremy Allison | 1 | -1/+27 |
2001-10-21 | Ok, I know it's a language thing and it shouldn't matter.... but a kerberos | Jeremy Allison | 6 | -31/+32 |
2001-10-21 | Fix for fussy Solaris compiler. | Tim Potter | 1 | -3/+1 |
2001-10-21 | patch for neater output() function from vance | Andrew Tridgell | 1 | -351/+193 |
2001-10-21 | Fix for compilation on non-krb5 systems | Andrew Bartlett | 1 | -1/+1 |
2001-10-21 | change smbd to use HOST/hostname principle form until I work out how | Andrew Tridgell | 1 | -22/+18 |
2001-10-21 | change smbd to use HOST/hostname principle form until I work out how | Andrew Tridgell | 1 | -1/+3 |
2001-10-21 | made smbclient cope better with arbitrary principle forms | Andrew Tridgell | 3 | -21/+10 |
2001-10-21 | support both old and new kerberos OIDs | Andrew Tridgell | 2 | -2/+3 |
2001-10-21 | fixed the spnego detection code in session setup | Andrew Tridgell | 1 | -2/+8 |
2001-10-20 | Converted a bunch of 0x85 constants to SMBkeepalive. | Tim Potter | 4 | -8/+9 |
2001-10-20 | Move from timestamp to gen count file id's for finding oplocked files | Jeremy Allison | 8 | -1020/+1026 |
2001-10-20 | Use asprintf, do bounds check, better rc logic | Jim McDonough | 1 | -33/+43 |