Age | Commit message (Expand) | Author | Files | Lines |
2003-01-17 | reverted this patch till I sort out the craziness with UNIHDR | Andrew Tridgell | 1 | -4/+4 |
2003-01-17 | This removes the 3rd argument from init_unistr2(). There were 240 | Andrew Tridgell | 1 | -4/+4 |
2003-01-15 | small merges from SAMBA_3_0; mostly typos, renames, etc... | Gerald Carter | 1 | -1/+1 |
2003-01-01 | Move our password change code along a little - use NTSTATUS, and implmenet | Andrew Bartlett | 1 | -3/+2 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -1/+1 |
2002-11-20 | Spelling fix. | Tim Potter | 1 | -1/+1 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -9/+7 |
2002-11-08 | Make it easier to track things down here - add some debugs on failure. | Andrew Bartlett | 1 | -0/+2 |
2002-10-23 | Reverted a fix from Volker (sorry). We need to move this fix to the correct | Jeremy Allison | 1 | -0/+3 |
2002-10-23 | Debug level 12 is a typo. | Jeremy Allison | 1 | -2/+2 |
2002-10-23 | First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>. | Jeremy Allison | 1 | -1/+1 |
2002-10-21 | Same segfault as in add_groupmem. | Volker Lendecke | 1 | -5/+10 |
2002-10-21 | This moves the group mapping API into the passdb backend. | Volker Lendecke | 1 | -9/+9 |
2002-10-19 | This fixes some bugs for NT4 usrmgr.exe | Volker Lendecke | 1 | -7/+21 |
2002-10-12 | Nice *big* patch from metze. | Andrew Bartlett | 1 | -8/+9 |
2002-10-08 | Third part of my fix for usrmgr. Assuming automagic mapping | Volker Lendecke | 1 | -1/+1 |
2002-10-06 | try to put every security descriptors related definitions in the same file. | Simo Sorce | 1 | -44/+44 |
2002-09-30 | Second part of my fix -- incorrect merge. | Volker Lendecke | 1 | -1/+1 |
2002-09-29 | We have to hand out info on Builtin here as well. They are stored in | Volker Lendecke | 1 | -1/+1 |
2002-09-26 | Patch from "Kai Krueger" <kai@kruegernetz.de> to get some more of our access | Andrew Bartlett | 1 | -4/+15 |
2002-09-26 | Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much* | Andrew Bartlett | 1 | -2/+2 |
2002-09-23 | Ok, getting a bit more ambitious. Stop me, if this is wrong. ;-) | Volker Lendecke | 1 | -4/+8 |
2002-09-19 | trivial comment fix | Volker Lendecke | 1 | -2/+2 |
2002-09-04 | Only cache the user list on the SAMR handle for a particular | Andrew Bartlett | 1 | -6/+24 |
2002-08-30 | Add a fix for 'query_disp_info level 2', which should return all machines in | Andrew Bartlett | 1 | -19/+21 |
2002-08-30 | Removed some misleading comment. | Volker Lendecke | 1 | -2/+0 |
2002-08-29 | Move samr_make_sam_obj_sd to lib/util_seaccess.c. samtest now compiles and | Jelmer Vernooij | 1 | -40/+0 |
2002-08-28 | add proto for forward reference | Herb Lewis | 1 | -0/+1 |
2002-08-28 | Put in intermediate version of new SAM system. It's not stable yet, code | Jelmer Vernooij | 1 | -3/+1 |
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 |