index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
passdb
/
passdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't leak memory on failure.
Andrew Bartlett
2002-03-21
1
-1
/
+3
*
Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam()
Andrew Bartlett
2002-03-21
1
-3
/
+3
*
second step to gain free uid<->rid mapping
Simo Sorce
2002-03-19
1
-7
/
+42
*
Start to switch away from the alghorithmic uid->rid mapping model
Simo Sorce
2002-03-18
1
-7
/
+7
*
This patch merges my private LDAP tree into HEAD.
Andrew Bartlett
2002-03-02
1
-10
/
+12
*
Back out herb's changes (to allow smbpasswd -x to work on accounts outside
Andrew Bartlett
2002-01-30
1
-10
/
+9
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
merge change from @_2 to allow smbpasswd -x to delete user even if no
Herb Lewis
2002-01-30
1
-7
/
+10
*
- Provide sid->name lookup support for non-unix accounts.
Andrew Bartlett
2002-01-26
1
-13
/
+39
*
local_lookup_name() doens't acutally use its 'domain' argument, so drop it and
Andrew Bartlett
2002-01-26
1
-5
/
+3
*
This is another *BIG* change...
Andrew Bartlett
2002-01-20
1
-42
/
+38
*
Kill off another ugly wart from the side of the passdb subsystem.
Andrew Bartlett
2002-01-20
1
-33
/
+0
*
Fix up an embarrsing bug I introduced when I moved the id21/id23 -> SAM_ACCOUNT
Andrew Bartlett
2002-01-20
1
-20
/
+40
*
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
2002-01-17
1
-4
/
+10
*
Commit the auth associated changes I missed from the last commit.
Andrew Bartlett
2002-01-15
1
-0
/
+15
*
Change the passdb interface to use allocated strings.
Andrew Bartlett
2002-01-15
1
-50
/
+75
*
Move all the pdb_get...() and pdb_set...() functions to a new file.
Andrew Bartlett
2002-01-12
1
-798
/
+2
*
We should be SHLD not LINK when creating shared libraries.
Jeremy Allison
2002-01-02
1
-2
/
+2
*
We go to a lot of effort to avoid strcpy() in Samba, but its not much use if
Andrew Bartlett
2002-01-02
1
-12
/
+12
*
Actually enforce the passdb API.
Andrew Bartlett
2002-01-02
1
-186
/
+261
*
more irix -64 portability fixes
Andrew Tridgell
2001-12-31
1
-5
/
+6
*
some merges from 2.2. Still need to merge in changes from pdb_tdb.c
Gerald Carter
2001-12-31
1
-8
/
+30
*
pdb_getsampwnuid() merge from 2.2
Gerald Carter
2001-12-30
1
-0
/
+29
*
moving SAM_ACCOUNT to include a bit field for initialized
Gerald Carter
2001-12-27
1
-52
/
+21
*
Rafal (mimir) patch for trusts r.
Jean-François Micouleau
2001-12-14
1
-6
/
+20
*
again an intrusive patch:
Jean-François Micouleau
2001-12-06
1
-12
/
+4
*
added a boolean to the group mapping functions to specify if we need or
Jean-François Micouleau
2001-12-04
1
-27
/
+19
*
added a tdb to store the account policy informations.
Jean-François Micouleau
2001-12-03
1
-3
/
+11
*
added mapping of primary gid to rid thru the group mapping code.
Jean-François Micouleau
2001-12-02
1
-18
/
+72
*
Changed again how the privilege list is handled in the group mapping code.
Jean-François Micouleau
2001-11-29
1
-0
/
+2
*
Kill off that crazy copy_sam_passwd(). You simply can't do that if the
Andrew Bartlett
2001-11-24
1
-12
/
+0
*
Changed how the privileges are stored in the group mapping code. It's now
Jean-François Micouleau
2001-11-23
1
-7
/
+32
*
Minor updates. A small dose of const.
Andrew Bartlett
2001-11-11
1
-1
/
+1
*
UGLY HACK to get machines to join tdbsam domains again.
Andrew Bartlett
2001-11-07
1
-2
/
+4
*
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
2001-10-31
1
-10
/
+54
*
Fix up smbpasswd -e/-d so that it doesn't change the password under you any
Andrew Bartlett
2001-10-30
1
-20
/
+1
*
This commit is number 4 of 4.
Andrew Bartlett
2001-10-29
1
-82
/
+60
*
This commit is number 2 of 4.
Andrew Bartlett
2001-10-29
1
-4
/
+30
*
This commit is number 1 of 4.
Andrew Bartlett
2001-10-29
1
-23
/
+54
*
Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XX
Jeremy Allison
2001-10-09
1
-0
/
+10
*
Added a comment about not changing the magic timestamp values without
Tim Potter
2001-10-03
1
-0
/
+4
*
Ensure accessing NT member servers works with a Samba PDC. Don't
Jeremy Allison
2001-10-03
1
-2
/
+2
*
set ACB_PWNOEXP by default on new accounts.
Andrew Tridgell
2001-10-03
1
-2
/
+2
*
Fixed the bug with member servers in a Samba PDC hosted domain not allowing
Jeremy Allison
2001-10-02
1
-6
/
+5
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
- fix handling of 0 last_change_time and must_change_time
Andrew Tridgell
2001-10-01
1
-5
/
+5
*
This is the passdb section of the previously mentioned commit.
Andrew Bartlett
2001-09-29
1
-63
/
+110
*
How the heck I missed this I don't know, but somehow I got a copy-and-paste
Andrew Bartlett
2001-09-28
1
-16
/
+12
*
Merge HEAD and 2.2 - try frantically to keep in sync.
Jeremy Allison
2001-09-27
1
-13
/
+13
*
Fix memory leak in get_sampwd_entries(), reindent for clarity.
Andrew Bartlett
2001-09-27
1
-35
/
+107
[next]