Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | ok next_rid out as well local_*id_to*id functions | Simo Sorce | 2003-04-29 | 5 | -530/+141 | |
| | | | | | | | | | | | | reverted user making function, did not pass the abartlet test :-) idmap is now fully integrated, we only miss user creation and removal of uid and gid from SAM_ACCOUNT | |||||
| * | swat need idmap now | Simo Sorce | 2003-04-28 | 1 | -2/+2 | |
| | | ||||||
| * | new helper functions to create users | Simo Sorce | 2003-04-28 | 1 | -1/+154 | |
| | | ||||||
| * | Fixes from Ronan Waide <waider@waider.ie> for large RPC writes. | Jeremy Allison | 2003-04-28 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 2003-04-28 | 35 | -119/+155 | |
| | | | | | | | | function. Patch by metze with some minor modifications. | |||||
| * | Typo in error message | Volker Lendecke | 2003-04-28 | 1 | -1/+1 | |
| | | | | | | | | Volker | |||||
| * | Merge memory leak fixes in our trusted domain list from 3.0 to HEAD | Andrew Bartlett | 2003-04-28 | 1 | -7/+11 | |
| | | ||||||
| * | Merge compile warning fixes from 3.0 | Andrew Bartlett | 2003-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | Merge compile and other fixes from 3.0 to HEAD. | Andrew Bartlett | 2003-04-28 | 6 | -39/+48 | |
| | | | | | | | | | | | | Including smbtorture bugfixes, and a better TCONDEV test. Andrew Bartlett | |||||
| * | Perform lp_load() before popt to fix -W option. | Tim Potter | 2003-04-28 | 1 | -11/+11 | |
| | | ||||||
| * | Merge of -W fixes for bug #39: | Tim Potter | 2003-04-28 | 1 | -10/+8 | |
| | | | | | | | | | | | | | | >Replace workgroup global variable with lp_workgroup() > >Call lp_load() before parsing command line options so we can override >the workgroup value with the -W switch. | |||||
| * | Fix compiler warning. | Tim Potter | 2003-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | Getting ready for code that actually writes a registry file out. | Richard Sharpe | 2003-04-28 | 1 | -7/+32 | |
| | | ||||||
| * | Two character tabs - I don't think so. | Tim Potter | 2003-04-28 | 1 | -10/+9 | |
| | | ||||||
| * | Return NT_STATUS_UNSUCCESSFUL if the sourcedata and echodata rpcs | Tim Potter | 2003-04-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | return unexpected data. Closes bug #2. | |||||
| * | Fix number of arguments to asprintf() | Jelmer Vernooij | 2003-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | Add 'smbiconv' program - a clone of the 'iconv' utility | Jelmer Vernooij | 2003-04-27 | 2 | -0/+249 | |
| | | | | | | | | | | that uses samba's internal iconv() functions. Useful for testing purposes. | |||||
| * | prepare to get _nua out of the door (but back in from the window ;-) | Simo Sorce | 2003-04-27 | 4 | -119/+17 | |
| | | ||||||
| * | default remote idmap backend is null | Simo Sorce | 2003-04-27 | 1 | -1/+0 | |
| | | ||||||
| * | make winbind use idmap as well. | Simo Sorce | 2003-04-27 | 11 | -1243/+59 | |
| | | | | | | | | | | | | | | | | | | change idmap_init call removed ldap backend for winbind idmap, seem it had problems anyway and it have to be reworked to work with idmap without calling winbind code. simo | |||||
| * | PAtch from VORLON | John Terpstra | 2003-04-26 | 1 | -7/+1 | |
| | | ||||||
| * | round three of CIDR fixes; spotted by Tomoki AONO | Gerald Carter | 2003-04-26 | 1 | -3/+2 | |
| | | ||||||
| * | enhancements | Simo Sorce | 2003-04-26 | 1 | -5/+27 | |
| | | ||||||
| * | add idmap only parameter | Simo Sorce | 2003-04-26 | 2 | -1/+34 | |
| | | | | | | | | | | make idmap not map SIDs outside the uid/gid range defined by default this is to keep backward compatibility | |||||
| * | Fix the 'weird' charset module. Also, built it by default for | Jelmer Vernooij | 2003-04-26 | 2 | -6/+7 | |
| | | | | | | | | ./configure --enable-developer | |||||
| * | let's suppose I want to specify exactly which SID a user should have ... | Simo Sorce | 2003-04-26 | 1 | -5/+74 | |
| | | | | | | | | Simo. | |||||
| * | A RID can never be zero | Simo Sorce | 2003-04-26 | 1 | -5/+12 | |
| | | ||||||
| * | As nobody really objected to this patch, I opted to create facts :-) | Volker Lendecke | 2003-04-25 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | This uses 'socket address' as the source address for nmbd. This way we can again synchronize with the DMB if we have 'bind interfaces only' to a virtual interface. I'd love to see this in 2.2.9, but that is up to jerry or jra. Volker | |||||
| * | Finish laying out the SD, and now back to finishing off NK records ... | Richard Sharpe | 2003-04-25 | 1 | -1/+20 | |
| | | ||||||
| * | More code to store ACEs and SIDs. I have almost enough to start testing | Richard Sharpe | 2003-04-25 | 1 | -4/+80 | |
| | | | | | | | | | | the writing of a registry tree, since I can store the header, and the first key (NK_REC) and the SD associated with that key, the SK_REC. | |||||
| * | Keep coding this boring stuff to lay out security descriptors ... | Richard Sharpe | 2003-04-25 | 1 | -2/+77 | |
| | | ||||||
| * | Missed another condition on a while loop. | Tim Potter | 2003-04-25 | 1 | -1/+1 | |
| | | ||||||
| * | fix and if () that should be an 'else if()' | Gerald Carter | 2003-04-25 | 1 | -1/+1 | |
| | | ||||||
| * | Minor cleanup of enum domain groups/aliases: | Tim Potter | 2003-04-25 | 1 | -12/+18 | |
| | | | | | | | | | | | | | | | | | | | | - return NT_STATUS_NO_MEMORY instead of NT_STATUS_UNSUCESSFUL if a talloc fails - don't try and tallocate memory when the number of entries returned was zero - rename some cut&pasted variable names in enum domain aliases function | |||||
| * | When calling cli_samr_enum_{dom,als}_groups in a while loop, the | Tim Potter | 2003-04-25 | 1 | -2/+2 | |
| | | | | | | | | | | | | terminating condition should be result != STATUS_MORE_ENTRIES, not result == NT_STATUS_OK otherwise we get stuck in an infinite loop when there's any sign of trouble. | |||||
| * | Don't store UID or GID | Jelmer Vernooij | 2003-04-24 | 2 | -48/+13 | |
| | | ||||||
| * | Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they are | Jelmer Vernooij | 2003-04-24 | 4 | -5/+5 | |
| | | | | | | | | in 3_0 | |||||
| * | Complain about duplicate charsets at debug level 0 instead of 2 | Jelmer Vernooij | 2003-04-24 | 1 | -1/+1 | |
| | | ||||||
| * | Declare static function before using it | Jelmer Vernooij | 2003-04-24 | 1 | -0/+2 | |
| | | ||||||
| * | Get rid of module_path_get_name() | Jelmer Vernooij | 2003-04-24 | 1 | -10/+5 | |
| | | ||||||
| * | Check for absolute paths by only checking the first character of the module ↵ | Jelmer Vernooij | 2003-04-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | name. Don't use strchr_m, which caused race conditions. | |||||
| * | Fix length in findfirst2 responses, fix os/2 clients | Jim McDonough | 2003-04-24 | 1 | -4/+10 | |
| | | ||||||
| * | groupmap delete should take a name or a SID | Gerald Carter | 2003-04-24 | 1 | -2/+13 | |
| | | ||||||
| * | More code to do with constructing SK records and self relative SDs. | Richard Sharpe | 2003-04-24 | 1 | -3/+27 | |
| | | ||||||
| * | More functions to compute the space taken up by SIDs, ACEs, ACLs, SEC | Richard Sharpe | 2003-04-24 | 1 | -3/+96 | |
| | | | | | | | | DESCs etc, so we can store these in an output file. | |||||
| * | Patch from Guenther Deschner to fix build with gcc 3.2 | Jelmer Vernooij | 2003-04-24 | 1 | -6/+6 | |
| | | ||||||
| * | Patch from Stefan Metzmacher to add default parameters to the lp_parm() | Jelmer Vernooij | 2003-04-24 | 6 | -127/+173 | |
| | | | | | | | | | | smb.conf parameters along with some other small fixes. Binary compatible with older modules. | |||||
| * | Added patch from Stephen Roylance. | John Terpstra | 2003-04-24 | 2 | -26/+26 | |
| | | ||||||
| * | For deep referrals, track consumed path using a counter, and calculate the | Shirish Kalele | 2003-04-23 | 1 | -10/+11 | |
| | | | | | | | | consumed count only if and when it is needed. Check into HEAD. | |||||
| * | Merge case handling table changes from 3.0 to HEAD. | Andrew Bartlett | 2003-04-23 | 1 | -10/+8 | |
| | |