summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij2003-04-211-1/+1
| * Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij2003-04-211-12/+5
| * Add a -f command-line flag to specify printing all paths or only terminalRichard Sharpe2003-04-201-3/+11
| * Well, we can now add keys and values and delete keys and values ...Richard Sharpe2003-04-201-4/+6
| * Add code to delete values ...Richard Sharpe2003-04-201-9/+104
| * Begin the code that handles key values ... Delete a key value and add aRichard Sharpe2003-04-201-4/+58
| * Complete most of the coding for adding keys. We can now add a key.Richard Sharpe2003-04-201-26/+32
| * The code is a bit of a mess right now.Richard Sharpe2003-04-201-51/+146
| * More functionality, esp around adding keys and inheritance of securityRichard Sharpe2003-04-201-1/+26
| * MOre functionality ... got to test it.Richard Sharpe2003-04-201-3/+23
| * Some more work added ...Richard Sharpe2003-04-191-5/+20
| * Address gcc warnings.Volker Lendecke2003-04-191-1/+1
| * Squelch some warnings, and move a bit of code around to make some futureRichard Sharpe2003-04-191-8/+11
| * some readline completion exancementsSimo Sorce2003-04-192-23/+188
| * use gid_t for gids not uid_tSimo Sorce2003-04-191-1/+1
| * fixesSimo Sorce2003-04-194-5/+21
| * [merge from SAMBA_3_0]Gerald Carter2003-04-194-2/+455
| * More minor edits to add features ...Richard Sharpe2003-04-181-0/+21
| * fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El...Gerald Carter2003-04-181-0/+4
| * Survive a samdump with an alias that has no descriptionVolker Lendecke2003-04-181-3/+6
| * seem that someone changed the semanthic of unix_strlower without fixing allSimo Sorce2003-04-173-8/+15
* | Merge from HEAD - the usual popt-needs-static for Sun CC.Andrew Bartlett2003-04-301-1/+1
* | Try to fix IRIX build - add quotes and never call libns_winbind by name - weAndrew Bartlett2003-04-302-4/+4
* | Trailing , is non-standard (warning from IRIX)Andrew Bartlett2003-04-301-2/+2
* | Fix for AIX - you can't qualify a return type as const, when it's not aAndrew Bartlett2003-04-301-1/+1
* | Sun CC requires constant initialisers, so use a static here.Andrew Bartlett2003-04-301-1/+1
* | smbgroupedit has been replaced by 'net groupmap'Gerald Carter2003-04-292-412/+0
* | remove convert_smbpasswd and addtosmbpass from tree; people can get them from...Gerald Carter2003-04-294-4/+27
* | Like net rpc user -l, let net ads user -l allow more than 50 characters inJim McDonough2003-04-291-1/+1
* | Allow net rpc user -l to list longer than 50 characters in a user comment.Jim McDonough2003-04-291-1/+1
* | adding ifdef'd code to add alias membership for vampireGerald Carter2003-04-291-0/+138
* | add version back to lanman string in sessetup replyGerald Carter2003-04-291-1/+5
* | Use a common function to create the SAM_ACCOUNT being used to add accountsAndrew Bartlett2003-04-293-61/+45
* | sync with HEAD and remove --with-misplussam as wellGerald Carter2003-04-291-17/+0
* | remove --with-tdbsam since it is always built nowGerald Carter2003-04-292-18/+1
* | do not build wrepld by default; package maintainers need to update their file...Gerald Carter2003-04-291-1/+1
* | don't implement any group mapping functions in the guest sam moduleGerald Carter2003-04-292-0/+59
* | only call the add_script if the getpwnam_alloc() failsGerald Carter2003-04-291-19/+28
* | removing printing = SOFTQ since no one knows what it isGerald Carter2003-04-292-95/+0
* | Fix for format string warning from vanceAndrew Bartlett2003-04-291-8/+8
* | Fixes from Ronan Waide <waider@waider.ie> for large RPC writes.Jeremy Allison2003-04-281-2/+2
* | Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-2837-126/+163
* | Add cast for compilerAndrew Bartlett2003-04-281-1/+1
* | Fix a confusing error messageVolker Lendecke2003-04-281-1/+1
* | The caller must always set the RID on the SAM_ACCOUNT, so don't try and guessAndrew Bartlett2003-04-281-3/+1
* | The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and tryAndrew Bartlett2003-04-281-2/+2
* | Guenther Deschner <gd@suse.de> notes that I missed out setting the defaultAndrew Bartlett2003-04-281-1/+3
* | A new pdb_ldap!Andrew Bartlett2003-04-284-316/+724
* | inet_pton isn't portable, so use interpret_addr2.Andrew Bartlett2003-04-281-3/+3
* | Merge:Tim Potter2003-04-281-11/+11