Age | Commit message (Expand) | Author | Files | Lines |
2001-03-11 | Remove "BYTE" - we already have uint8 - don't need more conflicts with | Jeremy Allison | 1 | -7/+7 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -5/+0 |
2001-03-02 | Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes. | Jeremy Allison | 1 | -3/+2 |
2001-01-15 | Fixes for POSIX ACLS. ACL merge code. | Jeremy Allison | 1 | -2/+12 |
2001-01-10 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -9/+31 |
2000-12-06 | updates to the tdbsam implementation. | Gerald Carter | 1 | -0/+6 |
2000-11-22 | o fixed logon script problems (wrong len in reply to net_sam_logon for | Gerald Carter | 1 | -3/+3 |
2000-11-21 | Another large patch for the passdb rewrite. | Gerald Carter | 1 | -226/+342 |
2000-11-14 | - fix "declaration of 'time' shadows global declaration" warning. | David O'Neill | 1 | -12/+12 |
2000-11-14 | Fixed the cut-n-paste bugs in the new passdb backend code that leaked memory. | Jeremy Allison | 1 | -2/+2 |
2000-11-13 | Large commit which restructures the local password storage API. | Gerald Carter | 1 | -994/+1020 |
2000-10-26 | TDB password backend support written by Simo Sorce <simo.sorce@polimi.it> | Gerald Carter | 1 | -0/+2 |
2000-10-13 | last part of W2K support. | Jean-François Micouleau | 1 | -1/+0 |
2000-10-07 | added samr_set_user_info and info_2. | Jean-François Micouleau | 1 | -0/+209 |
2000-08-23 | Added code to do SID to uid/gid conversion. Needed for ACL support. | Jeremy Allison | 1 | -2/+73 |
2000-08-02 | Started to canonicalize our handling of uid -> sid code in order to | Jeremy Allison | 1 | -64/+22 |
2000-08-01 | Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST... | Jeremy Allison | 1 | -12/+3 |
2000-06-09 | Luke, I am moving the code back into passdb/passdb.c, this the correct | Jeremy Allison | 1 | -2/+41 |
2000-06-09 | reverted jeremy's changes that removed NET_USER_INFO_3. will you please | Luke Leighton | 1 | -0/+2 |
2000-06-08 | include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ... | Jeremy Allison | 1 | -0/+29 |
2000-04-25 | moved trans2.h and nterr.h into includes.h with all our other includes | Andrew Tridgell | 1 | -1/+0 |
2000-04-12 | Roll back to using static MACHINE.SID after consultation with Andrew. This | Jeremy Allison | 1 | -57/+201 |
2000-04-11 | The changes made here broke NT security descriptor returning to NT clients. | Jeremy Allison | 1 | -0/+2 |
2000-02-25 | client/client.c: | Jeremy Allison | 1 | -0/+9 |
2000-01-03 | simple mods to add msrpc pipe redirection. default behaviour: fall back | Luke Leighton | 1 | -201/+56 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -110/+969 |
1999-07-11 | NULL pwdb_xxx_map_names() parameter can be passed here (which is a bug | Luke Leighton | 1 | -5/+6 |
1999-07-08 | issues with pwdb_sam_map_names() and pwdb_smb_map_names() returning NULL. | Luke Leighton | 1 | -2/+12 |
1999-07-07 | added debug reporting to pwdb_sam_map_names() and pwdb_smb_map_names() | Luke Leighton | 1 | -1/+4 |
1999-03-03 | Benjamin Kuit's latest mysql mods. issue with "make proto" needs to be | Luke Leighton | 1 | -1/+6 |
1999-03-01 | Benjamin Kuit's MYSQL SAM Database implementation. | Luke Leighton | 1 | -0/+2 |
1998-12-11 | %U substitution should be unix user not nt user | Luke Leighton | 1 | -0/+4 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 1 | -572/+64 |
1998-11-25 | fixing group database issues | Luke Leighton | 1 | -6/+7 |
1998-11-25 | LsaLookupNames client call (first used as lookupnames command in rpcclient). | Luke Leighton | 1 | -23/+29 |
1998-11-23 | unix instance of group database API | Luke Leighton | 1 | -1/+1 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -5/+5 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -336/+120 |
1998-11-07 | codepages/codepage_def.936: Updated comment. | Jeremy Allison | 1 | -5/+3 |
1998-10-21 | domain aliases added a bit better: does local aliases if you query | Luke Leighton | 1 | -5/+6 |
1998-10-21 | the next dialog: user-groups. it's not very sensible what appears, but hey: | Luke Leighton | 1 | -0/+27 |
1998-09-29 | Fixed warning in get_time_from_string(). | Jeremy Allison | 1 | -1/+1 |
1998-09-29 | missed the pdb_sam_to_smb function needed by nispass.c | Luke Leighton | 1 | -19/+22 |
1998-09-29 | added in some pdb_xxx routines that are needed by nispass.c | Luke Leighton | 1 | -0/+121 |
1998-09-25 | Makefile.in: Fixed bug with continuation line causing proto to fail. | Jeremy Allison | 1 | -1/+1 |
1998-09-24 | Integration of Anders Blomdell <anders.blomdell@control.lth.se>'s | Jeremy Allison | 1 | -25/+27 |
1998-09-24 | removed function names printed out in debug statements (duplicated in | Luke Leighton | 1 | -33/+37 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 1 | -246/+2 |
1998-09-03 | Ok - this is the 64 bit widening check in. It changes the configure | Jeremy Allison | 1 | -2/+2 |
1998-09-01 | More abstraction of file system data types, to move to a 64 | Jeremy Allison | 1 | -2/+2 |