Age | Commit message (Expand) | Author | Files | Lines |
2002-08-21 | Replaced reference to global_myworkgroup by calls to lp_workgroup(). | Volker Lendecke | 1 | -6/+5 |
2002-08-21 | This is like jht's (abortive) patch for showing only non-default testparm | Andrew Bartlett | 1 | -4/+6 |
2002-08-21 | Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatible | Jelmer Vernooij | 6 | -2/+24 |
2002-08-21 | pdbedit needs global_myname to be set in order to display the | Volker Lendecke | 1 | -1/+12 |
2002-08-21 | global_myname is a pstring, not an fstring | Volker Lendecke | 1 | -1/+1 |
2002-08-21 | Add changes suggested by abartlet: | Jelmer Vernooij | 1 | -1124/+1205 |
2002-08-21 | document nisplus sam | Jelmer Vernooij | 2 | -2/+7 |
2002-08-21 | Add 'net rpc getsid' to fetch the PDC's SID into the local secrets.tdb | Volker Lendecke | 1 | -1/+55 |
2002-08-21 | just comment typos | Volker Lendecke | 1 | -15/+15 |
2002-08-21 | Fix debug level initialization for net.c | Volker Lendecke | 3 | -2/+3 |
2002-08-21 | Cope with non-unix accounts - we just won't get the groups for those users. | Andrew Bartlett | 1 | -2/+4 |
2002-08-21 | Use the 'init' flag to determine if the UID is set, rather than testing the | Andrew Bartlett | 1 | -2/+5 |
2002-08-21 | Fix pam_smbpass to always check the return value of pdb_getsampwnam() to | Andrew Bartlett | 1 | -3/+6 |
2002-08-21 | Handle wrap-around on this number by making it unsigned. | Andrew Bartlett | 1 | -1/+1 |
2002-08-21 | implemented lock and mknod | Simo Sorce | 2 | -16/+207 |
2002-08-21 | addform fix from SAMBA_2_2 | Gerald Carter | 1 | -17/+29 |
2002-08-20 | fix typos | Simo Sorce | 1 | -2/+2 |
2002-08-20 | pdb_nisplus converted to the new passdb system API's | Jelmer Vernooij | 2 | -559/+586 |
2002-08-20 | IFSTEST fixes for open fid, nametoolong. | Jeremy Allison | 3 | -11/+30 |
2002-08-20 | The "max data count" value in SMB transacts indicates how much the other end can | Shirish Kalele | 1 | -1/+1 |
2002-08-20 | some fixes | Jelmer Vernooij | 1 | -24/+1 |
2002-08-20 | fix typo | Jelmer Vernooij | 1 | -1/+1 |
2002-08-20 | fix irix compile errors - cannot initialize array in declaration statement | Herb Lewis | 2 | -3/+10 |
2002-08-20 | Remove unused variables | Jelmer Vernooij | 1 | -16/+3 |
2002-08-20 | Don't report missing "-valid" | Jelmer Vernooij | 1 | -1/+1 |
2002-08-20 | fix generating protos for smbwrapper | Herb Lewis | 1 | -1/+1 |
2002-08-20 | Update generated version of manpages | Jelmer Vernooij | 3 | -750/+1160 |
2002-08-20 | New (simpler) documentation system. | Jelmer Vernooij | 43 | -13515/+111 |
2002-08-20 | Strip URL stuff, not only ending in .html | Jelmer Vernooij | 1 | -1/+1 |
2002-08-20 | Remove (broken) index | Jelmer Vernooij | 3 | -6/+2 |
2002-08-20 | cannot use casts in the DLIST_xxx macros | Herb Lewis | 2 | -3/+3 |
2002-08-20 | segfault fixes merged from APP_HEAD | Gerald Carter | 1 | -32/+42 |
2002-08-20 | Based orginally by work by Kai, this patch moves our NT_TOKEN generation into | Andrew Bartlett | 14 | -286/+536 |
2002-08-20 | fix irix compiler error | Herb Lewis | 1 | -1/+1 |
2002-08-19 | Fix syntax errors | Jelmer Vernooij | 1 | -4/+2 |
2002-08-19 | add support for the "value,OID" format described in MSDN. | Gerald Carter | 1 | -1/+31 |
2002-08-19 | a new icon for the upcoming wizard | Simo Sorce | 1 | -0/+0 |
2002-08-19 | Added comment about our implementation of the trans2 | Tim Potter | 1 | -1/+6 |
2002-08-19 | fix typo auth/auth_server.c | Jelmer Vernooij | 2 | -5/+1 |
2002-08-19 | More smb.conf manpage updates: | Jelmer Vernooij | 1 | -23/+194 |
2002-08-19 | fixed memory corruption in cli_full_connection() | Andrew Tridgell | 1 | -2/+1 |
2002-08-19 | the SMBD_SELECT_TIMEOUT_WITH_PENDING_LOCKS macro isn't needed any more | Andrew Tridgell | 1 | -1/+0 |
2002-08-19 | print out the GUID in the CLDAP reply | Andrew Tridgell | 1 | -12/+11 |
2002-08-19 | make rpcclient use print_guid() | Andrew Tridgell | 1 | -9/+2 |
2002-08-19 | added a generic print_guid utility, and get the byte order handing | Andrew Tridgell | 1 | -0/+15 |
2002-08-19 | make IRIX happy | Simo Sorce | 1 | -10/+14 |
2002-08-19 | IFS kit test - don't allow TEMP attribute on directory open. | Jeremy Allison | 1 | -0/+12 |
2002-08-19 | we now parse the cldap reply and print its contents. There are a | Andrew Tridgell | 1 | -4/+82 |
2002-08-19 | remove 'admin log' parameter (discussed with Jeremy) | Jelmer Vernooij | 2 | -10/+0 |
2002-08-19 | we now receive and parse the main cldap netlogon reply. | Andrew Tridgell | 3 | -15/+91 |