Age | Commit message (Expand) | Author | Files | Lines |
2002-08-16 | Return access granted in create_user2. | Tim Potter | 1 | -3/+1 |
2002-08-16 | Return the error if get_group_domain_entries() fails. | Andrew Bartlett | 1 | -1/+3 |
2002-08-15 | Rename unknown_0 field in create_user2 reply in the actual struct. | Tim Potter | 1 | -1/+4 |
2002-08-06 | Add SAMR 0x3e, which is samr_connect4. Seems to be the same as our | Jim McDonough | 1 | -4/+56 |
2002-07-26 | Mimir has been busy with patches again, and sent in the following | Andrew Bartlett | 1 | -3/+1 |
2002-07-21 | More use of intermediate variables to avoid issues with pointer size and casts. | Andrew Bartlett | 1 | -9/+27 |
2002-07-20 | More fixes towards warnings on the IRIX compiler | Andrew Bartlett | 1 | -9/+26 |
2002-07-05 | Remove C++ comments. | Tim Potter | 1 | -2/+2 |
2002-07-04 | More code from "Kai Krueger" <kai@kruegernetz.de>, this time starting to make | Andrew Bartlett | 1 | -0/+11 |
2002-07-04 | Patch to add security descriptors to the SAMR pipe. | Andrew Bartlett | 1 | -121/+602 |
2002-07-03 | Break up the passdb objects (to allow RPC clients to link without brining in | Andrew Bartlett | 1 | -148/+111 |
2002-06-25 | I'm going to try and check this against Win2k shortly, but I'm certain that | Andrew Bartlett | 1 | -1/+1 |
2002-06-18 | more debug classess activated | Simo Sorce | 1 | -0/+3 |
2002-06-14 | Add const, kill of useless casts and therefore eliminate warnings. | Andrew Bartlett | 1 | -1/+1 |
2002-06-13 | Latest patch from metze <metze@metzemix.de> to move most of samba across | Andrew Bartlett | 1 | -12/+3 |
2002-06-09 | This (hopefully) fixes a bug reported by Kai Krueger <kai@kruegernetz.de> | Andrew Bartlett | 1 | -14/+6 |
2002-06-07 | Globally replace 'global_sam_sid' with get_global_sam_sid(), a self | Andrew Bartlett | 1 | -20/+19 |
2002-06-04 | Update the SAMR pipe for more use of NTSTATUS and to talloc the stored list of | Andrew Bartlett | 1 | -96/+141 |
2002-06-03 | Restrict anonymous checks for the SAMR pipe. This is done by | Tim Potter | 1 | -0/+27 |
2002-05-26 | change: pdb_getsampwrid() ->pdb_getsampwsid() | Simo Sorce | 1 | -76/+59 |
2002-05-25 | Clean up a few unused functions, add a bit of static etc. | Andrew Bartlett | 1 | -0/+18 |
2002-05-22 | Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid. | Andrew Bartlett | 1 | -2/+8 |
2002-04-11 | Much better support for both non-algorithic RIDs (where the RID is stored in | Andrew Bartlett | 1 | -15/+0 |
2002-03-29 | Don't core dump listing thousands of users in usrmgr. | Jeremy Allison | 1 | -2/+2 |
2002-03-21 | Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam() | Andrew Bartlett | 1 | -3/+3 |
2002-03-19 | second step to gain free uid<->rid mapping | Simo Sorce | 1 | -10/+82 |
2002-03-18 | more verbose checking in talloc and util_pw | Simo Sorce | 1 | -2/+42 |
2002-03-10 | return the correct SID and domain name for the samr enum_domain and | Andrew Tridgell | 1 | -8/+30 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-26 | Add the become_root()/unbecome_root() wrapper around the lookup_name() call, | Andrew Bartlett | 1 | -1/+9 |
2002-01-20 | This is another *BIG* change... | Andrew Bartlett | 1 | -44/+72 |
2002-01-20 | Kill off another ugly wart from the side of the passdb subsystem. | Andrew Bartlett | 1 | -36/+3 |
2002-01-20 | This patch makes the 'winbind use default domain' code interact better with | Andrew Bartlett | 1 | -3/+3 |
2002-01-17 | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 1 | -3/+14 |
2002-01-02 | Actually enforce the passdb API. | Andrew Bartlett | 1 | -25/+21 |
2002-01-02 | Make user enumeration work for w2k and win9x. | Jeremy Allison | 1 | -71/+85 |
2001-12-31 | last_enum not used. | Jeremy Allison | 1 | -4/+0 |
2001-12-31 | Fixed enumeration of a large (<1500) users from a Samba PDC to a W2k | Jeremy Allison | 1 | -6/+0 |
2001-12-21 | Removed unused variables. | Jeremy Allison | 1 | -2/+0 |
2001-12-21 | The jf_get_sampasswd_entries() is not used anymore. | Jeremy Allison | 1 | -335/+0 |
2001-12-21 | added a copyright notice. | Jean-François Micouleau | 1 | -1/+1 |
2001-12-21 | doesn't keep track of the struct's size we enumerate. W2K doesn't | Jean-François Micouleau | 1 | -71/+76 |
2001-12-21 | Fixup some DEBUG statements (0 -> 10). | Jeremy Allison | 1 | -3/+3 |
2001-12-21 | Use pdb_free_sam() to free a SAM_ACCOUNT struct, not safe_free(). There | Jeremy Allison | 1 | -1/+1 |
2001-12-21 | re-done all of samr_query_disp_info() | Jean-François Micouleau | 1 | -86/+310 |
2001-12-19 | added info level 1 to samr_query_alias() | Jean-François Micouleau | 1 | -0/+5 |
2001-12-18 | Fixed bad args to debug statements. | Tim Potter | 1 | -3/+3 |
2001-12-10 | added info level 3 to samrgetgroupinfo. I don't know what the value is. | Jean-François Micouleau | 1 | -12/+164 |
2001-12-08 | small comment I don't want to loose. | Jean-François Micouleau | 1 | -0/+5 |
2001-12-06 | again an intrusive patch: | Jean-François Micouleau | 1 | -2/+5 |