Age | Commit message (Expand) | Author | Files | Lines |
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 | Updated copyright notice. | Tim Potter | 1 | -1/+1 |
2001-10-24 | Renamed global_vfs_ops to default_vfs_ops and made static. | Tim Potter | 1 | -12/+15 |
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 | Don't get stuck in an infinite loop in vfs_connect. | 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 |
2001-10-20 | crude fix for anonymous session setup with extended security | Andrew Tridgell | 1 | -1/+62 |
2001-10-20 | better krb5 error handling (thanks andrewb!) | Andrew Tridgell | 3 | -9/+23 |
2001-10-20 | finished auth when we get a valid kerberos ticket | Andrew Tridgell | 1 | -8/+58 |
2001-10-20 | add non_root_mode() check | Andrew Tridgell | 1 | -1/+1 |
2001-10-20 | removed an unused variable | Andrew Tridgell | 1 | -1/+0 |
2001-10-20 | don't need KRB5_DIR define | Andrew Tridgell | 1 | -1/+0 |
2001-10-20 | fixed LDSHFLAGS when using non-standard lib locations | Andrew Tridgell | 1 | -7/+8 |
2001-10-20 | quick fix for krb5 compilation. I've told vance how to fix this module | Andrew Tridgell | 1 | -5/+2 |
2001-10-19 | Ensure we mask off deny modes correctly on being set (this shouldn't have | Jeremy Allison | 2 | -3/+3 |
2001-10-19 | Added include guards around file. | Jeremy Allison | 1 | -0/+4 |
2001-10-19 | Add RAP net share add support | Jim McDonough | 1 | -31/+113 |