Age | Commit message (Expand) | Author | Files | Lines |
2003-04-24 | More code to do with constructing SK records and self relative SDs. | Richard Sharpe | 1 | -3/+27 |
2003-04-24 | More functions to compute the space taken up by SIDs, ACEs, ACLs, SEC | Richard Sharpe | 1 | -3/+96 |
2003-04-24 | This is really trying to be a StrnCpy (most names will overflow the 10 char | Andrew Bartlett | 1 | -1/+1 |
2003-04-24 | Update from HEAD. | John Terpstra | 1 | -0/+1 |
2003-04-24 | remove smbgroupedit entity | Gerald Carter | 1 | -1/+0 |
2003-04-24 | Updating from HEAD. | John Terpstra | 8 | -195/+234 |
2003-04-24 | Fix for bad macro error. | John Terpstra | 1 | -1/+1 |
2003-04-24 | Patch from Guenther Deschner to fix build with gcc 3.2 | Jelmer Vernooij | 1 | -6/+6 |
2003-04-24 | Patch from Stefan Metzmacher to add default parameters to the lp_parm() | Jelmer Vernooij | 6 | -127/+173 |
2003-04-24 | Patch from Guenther Deschner to fix build with gcc 3.2 | Jelmer Vernooij | 1 | -6/+6 |
2003-04-24 | Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.conf | Jelmer Vernooij | 5 | -269/+542 |
2003-04-24 | update net man page for groupmap options | Gerald Carter | 1 | -3/+58 |
2003-04-24 | Added patch from Stephen Roylance. | John Terpstra | 2 | -26/+26 |
2003-04-24 | Added patch from Stephen Roylance. | John Terpstra | 2 | -26/+26 |
2003-04-24 | updating group mapping HOWTO. | Gerald Carter | 2 | -34/+60 |
2003-04-24 | Tidy up only. | John Terpstra | 1 | -148/+153 |
2003-04-24 | fix SGML syntax errors | Gerald Carter | 5 | -11/+14 |
2003-04-24 | More updates: Fix typo in VFS, added docs for pam_smbpass.so to PAM. | John Terpstra | 2 | -22/+203 |
2003-04-24 | More updates: Fix typo in VFS docs, added docs on pam_smbpass.so to PAM. | John Terpstra | 2 | -22/+203 |
2003-04-23 | More updates. | John Terpstra | 2 | -56/+409 |
2003-04-23 | More updates. | John Terpstra | 2 | -56/+409 |
2003-04-23 | For deep referrals, track consumed path using a counter, and calculate the | Shirish Kalele | 1 | -10/+11 |
2003-04-23 | For deep referrals, track consumed path using a counter, and calculate the | Shirish Kalele | 1 | -10/+11 |
2003-04-23 | Missed two references to a renamed file. | Paul Green | 2 | -2/+2 |
2003-04-23 | Missed two references to a renamed file. | Paul Green | 2 | -2/+2 |
2003-04-23 | Backport changes from head to shorten the filenames of the test cases. | Paul Green | 9 | -63/+5 |
2003-04-23 | Updated FLAGs - Affects only SWAT. | John Terpstra | 1 | -7/+8 |
2003-04-23 | Thanks to a reminder from vance - delete build_options.c from CVS, now | Andrew Bartlett | 1 | -532/+0 |
2003-04-23 | Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate the | Andrew Bartlett | 4 | -14/+293 |
2003-04-23 | Patch by Metze to ensure that we always at least initialize our output string | Andrew Bartlett | 3 | -3/+12 |
2003-04-23 | More fun with Sun CC needing constant initializers | Andrew Bartlett | 1 | -1/+1 |
2003-04-23 | StrnCpy -> safe_strcpy() on a over-malloced struct. | Andrew Bartlett | 1 | -2/+2 |
2003-04-23 | Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted | Andrew Bartlett | 19 | -149/+148 |
2003-04-23 | We don't have IDMAP in 3.0 yet. | Andrew Bartlett | 1 | -1/+1 |
2003-04-23 | Merge HEAD's winbind into 3.0. | Andrew Bartlett | 16 | -903/+701 |
2003-04-23 | Merge case handling table changes from 3.0 to HEAD. | Andrew Bartlett | 1 | -10/+8 |
2003-04-23 | Don't try to continue if initialisation fails (merge from HEAD) | Andrew Bartlett | 1 | -2/+4 |
2003-04-23 | Move build farm template files to their own subdirectory so that their | Paul Green | 9 | -2/+5 |
2003-04-23 | Make the variable name match the comment. | Andrew Bartlett | 1 | -2/+2 |
2003-04-23 | This define does not always seem to be present, so define it if need be. | Andrew Bartlett | 1 | -0/+4 |
2003-04-23 | Fix up non-constant initialisers for Sun's CC. | Andrew Bartlett | 1 | -1/+1 |
2003-04-23 | Add some more info to the diags output. | Andrew Bartlett | 1 | -1/+1 |
2003-04-23 | Parinoia for compleatly broken SMB servers that don't send back the right | Andrew Bartlett | 1 | -2/+3 |
2003-04-23 | Make this safe for -DDEVELOPER checks. | Andrew Bartlett | 1 | -2/+2 |
2003-04-23 | This const isn't quite vaild C. | Andrew Bartlett | 1 | -1/+1 |
2003-04-23 | add test file for FDSESS | Andrew Bartlett | 1 | -0/+2 |
2003-04-23 | Add a check to ensure that the server returns the correct device type, not | Andrew Bartlett | 2 | -14/+20 |
2003-04-23 | Start testing a few more things out of smbtorture in the build farm. | Andrew Bartlett | 11 | -5/+25 |
2003-04-23 | Merge torture tests from HEAD - it looks like we had rather an incomplete | Andrew Bartlett | 8 | -90/+202 |
2003-04-23 | Patch from waider to set exit code of last executed command specified | Tim Potter | 1 | -2/+4 |