Age | Commit message (Expand) | Author | Files | Lines |
2003-04-30 | Fix for AIX - you can't qualify a return type as const, when it's not a | Andrew Bartlett | 1 | -1/+1 |
2003-04-30 | pam_smbpass will need at least IDMAP. | Andrew Bartlett | 1 | -1/+1 |
2003-04-30 | Get pam_smbpass to compile again (it probably won't link or run, but at least | Andrew Bartlett | 2 | -5/+3 |
2003-04-30 | Sun CC requires constant initialisers, so use a static here. | Andrew Bartlett | 1 | -1/+1 |
2003-04-30 | auto-init for utility functions | Simo Sorce | 1 | -0/+18 |
2003-04-29 | forgot to remove getpwnam | Simo Sorce | 1 | -20/+0 |
2003-04-29 | This is a nice rewrite: | Simo Sorce | 23 | -371/+191 |
2003-04-29 | smbgroupedit has been replaced by 'net groupmap' | Gerald Carter | 2 | -412/+0 |
2003-04-29 | remove convert_smbpasswd and addtosmbpass from tree; people can get them from... | Gerald Carter | 4 | -4/+27 |
2003-04-29 | remove convert_smbpasswd and addtosmbpass from tree; people can get them from... | Gerald Carter | 3 | -93/+1 |
2003-04-29 | Like net rpc user -l, let net ads user -l allow more than 50 characters in | Jim McDonough | 1 | -1/+1 |
2003-04-29 | Allow net rpc user -l to list longer than 50 characters in a user comment. | Jim McDonough | 1 | -1/+1 |
2003-04-29 | adding ifdef'd code to add alias membership for vampire | Gerald Carter | 1 | -0/+138 |
2003-04-29 | adding ifdef'd code to add alias membership for vampire | Gerald Carter | 1 | -0/+138 |
2003-04-29 | Some passdb backends really don't like having no primary group - so always | Andrew Bartlett | 1 | -34/+25 |
2003-04-29 | Change order of parameters to smb_register_passdb() | Jelmer Vernooij | 3 | -3/+3 |
2003-04-29 | add version back to lanman string in sessetup reply | Gerald Carter | 1 | -1/+5 |
2003-04-29 | add version back to lanman string in sessetup reply | Gerald Carter | 1 | -1/+5 |
2003-04-29 | Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continue | Andrew Bartlett | 1 | -412/+1591 |
2003-04-29 | forgot to add the file where things moved | Simo Sorce | 1 | -0/+189 |
2003-04-29 | consolidate idmap code in one place | Simo Sorce | 3 | -353/+4 |
2003-04-29 | Merge 3.0's change to how we add users onto HEAD, including a few other bits | Andrew Bartlett | 3 | -94/+52 |
2003-04-29 | Use a common function to create the SAM_ACCOUNT being used to add accounts | Andrew Bartlett | 3 | -61/+45 |
2003-04-29 | sync with HEAD and remove --with-misplussam as well | Gerald Carter | 1 | -17/+0 |
2003-04-29 | remove --with-tdbsam since it is always built now | Gerald Carter | 2 | -18/+1 |
2003-04-29 | do not build wrepld by default; package maintainers need to update their file... | Gerald Carter | 1 | -1/+1 |
2003-04-29 | only call the add_script if the getpwnam_alloc() fails | Gerald Carter | 1 | -22/+27 |
2003-04-29 | don't implement any group mapping functions in the guest sam module | Gerald Carter | 2 | -0/+59 |
2003-04-29 | don't implement any group mapping functions in the guest sam module | Gerald Carter | 2 | -0/+59 |
2003-04-29 | removing printing = SOFTQ since no one knows what it is | Gerald Carter | 2 | -95/+0 |
2003-04-29 | only call the add_script if the getpwnam_alloc() fails | Gerald Carter | 1 | -19/+28 |
2003-04-29 | removing printing = SOFTQ since no one knows what it is | Gerald Carter | 2 | -95/+0 |
2003-04-29 | ok next_rid out as well local_*id_to*id functions | Simo Sorce | 5 | -530/+141 |
2003-04-29 | Fix for format string warning from vance | Andrew Bartlett | 1 | -8/+8 |
2003-04-28 | swat need idmap now | Simo Sorce | 1 | -2/+2 |
2003-04-28 | new helper functions to create users | Simo Sorce | 1 | -1/+154 |
2003-04-28 | Fixes from Ronan Waide <waider@waider.ie> for large RPC writes. | Jeremy Allison | 1 | -2/+2 |
2003-04-28 | Fixes from Ronan Waide <waider@waider.ie> for large RPC writes. | Jeremy Allison | 1 | -2/+2 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 35 | -119/+155 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 37 | -126/+163 |
2003-04-28 | Add cast for compiler | Andrew Bartlett | 1 | -1/+1 |
2003-04-28 | Typo in error message | Volker Lendecke | 1 | -1/+1 |
2003-04-28 | Fix a confusing error message | Volker Lendecke | 1 | -1/+1 |
2003-04-28 | The caller must always set the RID on the SAM_ACCOUNT, so don't try and guess | Andrew Bartlett | 1 | -3/+1 |
2003-04-28 | The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and try | Andrew Bartlett | 1 | -2/+2 |
2003-04-28 | Guenther Deschner <gd@suse.de> notes that I missed out setting the default | Andrew Bartlett | 1 | -1/+3 |
2003-04-28 | A new pdb_ldap! | Andrew Bartlett | 4 | -316/+724 |
2003-04-28 | inet_pton isn't portable, so use interpret_addr2. | Andrew Bartlett | 1 | -3/+3 |
2003-04-28 | Merge memory leak fixes in our trusted domain list from 3.0 to HEAD | Andrew Bartlett | 1 | -7/+11 |
2003-04-28 | Merge compile warning fixes from 3.0 | Andrew Bartlett | 1 | -1/+1 |