| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Default to "passdb.xml" as default output filename instead of "-" | Jelmer Vernooij | 2003-04-21 | 1 | -1/+1 |
| | * | Pdb modules are in $libdir/pdb not $libdir/passdb | Jelmer Vernooij | 2003-04-21 | 1 | -12/+5 |
| | * | Add a -f command-line flag to specify printing all paths or only terminal | Richard Sharpe | 2003-04-20 | 1 | -3/+11 |
| | * | Well, we can now add keys and values and delete keys and values ... | Richard Sharpe | 2003-04-20 | 1 | -4/+6 |
| | * | Add code to delete values ... | Richard Sharpe | 2003-04-20 | 1 | -9/+104 |
| | * | Begin the code that handles key values ... Delete a key value and add a | Richard Sharpe | 2003-04-20 | 1 | -4/+58 |
| | * | Complete most of the coding for adding keys. We can now add a key. | Richard Sharpe | 2003-04-20 | 1 | -26/+32 |
| | * | The code is a bit of a mess right now. | Richard Sharpe | 2003-04-20 | 1 | -51/+146 |
| | * | More functionality, esp around adding keys and inheritance of security | Richard Sharpe | 2003-04-20 | 1 | -1/+26 |
| | * | MOre functionality ... got to test it. | Richard Sharpe | 2003-04-20 | 1 | -3/+23 |
| | * | Some more work added ... | Richard Sharpe | 2003-04-19 | 1 | -5/+20 |
| | * | Address gcc warnings. | Volker Lendecke | 2003-04-19 | 1 | -1/+1 |
| | * | Squelch some warnings, and move a bit of code around to make some future | Richard Sharpe | 2003-04-19 | 1 | -8/+11 |
| | * | some readline completion exancements | Simo Sorce | 2003-04-19 | 2 | -23/+188 |
| | * | use gid_t for gids not uid_t | Simo Sorce | 2003-04-19 | 1 | -1/+1 |
| | * | fixes | Simo Sorce | 2003-04-19 | 4 | -5/+21 |
| | * | [merge from SAMBA_3_0] | Gerald Carter | 2003-04-19 | 4 | -2/+455 |
| | * | More minor edits to add features ... | Richard Sharpe | 2003-04-18 | 1 | -0/+21 |
| | * | fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El... | Gerald Carter | 2003-04-18 | 1 | -0/+4 |
| | * | Survive a samdump with an alias that has no description | Volker Lendecke | 2003-04-18 | 1 | -3/+6 |
| | * | seem that someone changed the semanthic of unix_strlower without fixing all | Simo Sorce | 2003-04-17 | 3 | -8/+15 |
| * | | Merge from HEAD - the usual popt-needs-static for Sun CC. | Andrew Bartlett | 2003-04-30 | 1 | -1/+1 |
| * | | Try to fix IRIX build - add quotes and never call libns_winbind by name - we | Andrew Bartlett | 2003-04-30 | 2 | -4/+4 |
| * | | Trailing , is non-standard (warning from IRIX) | Andrew Bartlett | 2003-04-30 | 1 | -2/+2 |
| * | | Fix for AIX - you can't qualify a return type as const, when it's not a | Andrew Bartlett | 2003-04-30 | 1 | -1/+1 |
| * | | Sun CC requires constant initialisers, so use a static here. | Andrew Bartlett | 2003-04-30 | 1 | -1/+1 |
| * | | smbgroupedit has been replaced by 'net groupmap' | Gerald Carter | 2003-04-29 | 2 | -412/+0 |
| * | | remove convert_smbpasswd and addtosmbpass from tree; people can get them from... | Gerald Carter | 2003-04-29 | 4 | -4/+27 |
| * | | Like net rpc user -l, let net ads user -l allow more than 50 characters in | Jim McDonough | 2003-04-29 | 1 | -1/+1 |
| * | | Allow net rpc user -l to list longer than 50 characters in a user comment. | Jim McDonough | 2003-04-29 | 1 | -1/+1 |
| * | | adding ifdef'd code to add alias membership for vampire | Gerald Carter | 2003-04-29 | 1 | -0/+138 |
| * | | add version back to lanman string in sessetup reply | Gerald Carter | 2003-04-29 | 1 | -1/+5 |
| * | | Use a common function to create the SAM_ACCOUNT being used to add accounts | Andrew Bartlett | 2003-04-29 | 3 | -61/+45 |
| * | | sync with HEAD and remove --with-misplussam as well | Gerald Carter | 2003-04-29 | 1 | -17/+0 |
| * | | remove --with-tdbsam since it is always built now | Gerald Carter | 2003-04-29 | 2 | -18/+1 |
| * | | do not build wrepld by default; package maintainers need to update their file... | Gerald Carter | 2003-04-29 | 1 | -1/+1 |
| * | | don't implement any group mapping functions in the guest sam module | Gerald Carter | 2003-04-29 | 2 | -0/+59 |
| * | | only call the add_script if the getpwnam_alloc() fails | Gerald Carter | 2003-04-29 | 1 | -19/+28 |
| * | | removing printing = SOFTQ since no one knows what it is | Gerald Carter | 2003-04-29 | 2 | -95/+0 |
| * | | Fix for format string warning from vance | Andrew Bartlett | 2003-04-29 | 1 | -8/+8 |
| * | | Fixes from Ronan Waide <waider@waider.ie> for large RPC writes. | Jeremy Allison | 2003-04-28 | 1 | -2/+2 |
| * | | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 2003-04-28 | 37 | -126/+163 |
| * | | Add cast for compiler | Andrew Bartlett | 2003-04-28 | 1 | -1/+1 |
| * | | Fix a confusing error message | Volker Lendecke | 2003-04-28 | 1 | -1/+1 |
| * | | The caller must always set the RID on the SAM_ACCOUNT, so don't try and guess | Andrew Bartlett | 2003-04-28 | 1 | -3/+1 |
| * | | The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and try | Andrew Bartlett | 2003-04-28 | 1 | -2/+2 |
| * | | Guenther Deschner <gd@suse.de> notes that I missed out setting the default | Andrew Bartlett | 2003-04-28 | 1 | -1/+3 |
| * | | A new pdb_ldap! | Andrew Bartlett | 2003-04-28 | 4 | -316/+724 |
| * | | inet_pton isn't portable, so use interpret_addr2. | Andrew Bartlett | 2003-04-28 | 1 | -3/+3 |
| * | | Merge: | Tim Potter | 2003-04-28 | 1 | -11/+11 |