index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
passdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-04-22
Remove ldapsam_search_one_user_by_uid from pdb_ldap.
Andrew Bartlett
1
-3
/
+2
2003-02-24
Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.
Andrew Bartlett
1
-7
/
+4
2003-01-04
Merge from HEAD - we already have one function for converting a unistr2 to a
Andrew Bartlett
1
-17
/
+0
2003-01-04
Merge from HEAD - don't base RID on a name being the lp_guest_account(), let
Andrew Bartlett
1
-2
/
+0
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-2
/
+2
2002-12-20
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
1
-1
/
+1
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-8
/
+6
2002-11-07
Jeremy the janitor again... keeping 3.0 in sync with tridge's changes this
Jeremy Allison
1
-0
/
+3
2002-11-05
Merge vl's 'algorithmic rid base' patch, and my changes to pdb_smbpasswd's NUA
Andrew Bartlett
1
-4
/
+27
2002-11-02
Merge passdb from HEAD -> 3.0
Andrew Bartlett
1
-35
/
+34
2002-09-26
sync with HEAD
Gerald Carter
1
-1
/
+1
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-23
/
+47
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-65
/
+93
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-311
/
+202
2002-04-12
merged the mangling test and passdb bugfixes into SAMBA_3_0
Andrew Tridgell
1
-135
/
+130
2002-04-05
Fixed up admin user / guest user lookup.
Jeremy Allison
1
-5
/
+8
2002-03-21
Don't leak memory on failure.
Andrew Bartlett
1
-1
/
+3
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
-7
/
+42
2002-03-18
Start to switch away from the alghorithmic uid->rid mapping model
Simo Sorce
1
-7
/
+7
2002-03-02
This patch merges my private LDAP tree into HEAD.
Andrew Bartlett
1
-10
/
+12
2002-01-30
Back out herb's changes (to allow smbpasswd -x to work on accounts outside
Andrew Bartlett
1
-10
/
+9
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-30
merge change from @_2 to allow smbpasswd -x to delete user even if no
Herb Lewis
1
-7
/
+10
2002-01-26
- Provide sid->name lookup support for non-unix accounts.
Andrew Bartlett
1
-13
/
+39
2002-01-26
local_lookup_name() doens't acutally use its 'domain' argument, so drop it and
Andrew Bartlett
1
-5
/
+3
2002-01-20
This is another *BIG* change...
Andrew Bartlett
1
-42
/
+38
2002-01-20
Kill off another ugly wart from the side of the passdb subsystem.
Andrew Bartlett
1
-33
/
+0
2002-01-20
Fix up an embarrsing bug I introduced when I moved the id21/id23 -> SAM_ACCOUNT
Andrew Bartlett
1
-20
/
+40
2002-01-17
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
1
-4
/
+10
2002-01-15
Commit the auth associated changes I missed from the last commit.
Andrew Bartlett
1
-0
/
+15
2002-01-15
Change the passdb interface to use allocated strings.
Andrew Bartlett
1
-50
/
+75
2002-01-12
Move all the pdb_get...() and pdb_set...() functions to a new file.
Andrew Bartlett
1
-798
/
+2
2002-01-02
We should be SHLD not LINK when creating shared libraries.
Jeremy Allison
1
-2
/
+2
2002-01-02
We go to a lot of effort to avoid strcpy() in Samba, but its not much use if
Andrew Bartlett
1
-12
/
+12
2002-01-02
Actually enforce the passdb API.
Andrew Bartlett
1
-186
/
+261
2001-12-31
more irix -64 portability fixes
Andrew Tridgell
1
-5
/
+6
2001-12-31
some merges from 2.2. Still need to merge in changes from pdb_tdb.c
Gerald Carter
1
-8
/
+30
2001-12-30
pdb_getsampwnuid() merge from 2.2
Gerald Carter
1
-0
/
+29
2001-12-27
moving SAM_ACCOUNT to include a bit field for initialized
Gerald Carter
1
-52
/
+21
2001-12-14
Rafal (mimir) patch for trusts r.
Jean-François Micouleau
1
-6
/
+20
2001-12-06
again an intrusive patch:
Jean-François Micouleau
1
-12
/
+4
2001-12-04
added a boolean to the group mapping functions to specify if we need or
Jean-François Micouleau
1
-27
/
+19
2001-12-03
added a tdb to store the account policy informations.
Jean-François Micouleau
1
-3
/
+11
2001-12-02
added mapping of primary gid to rid thru the group mapping code.
Jean-François Micouleau
1
-18
/
+72
2001-11-29
Changed again how the privilege list is handled in the group mapping code.
Jean-François Micouleau
1
-0
/
+2
2001-11-24
Kill off that crazy copy_sam_passwd(). You simply can't do that if the
Andrew Bartlett
1
-12
/
+0
2001-11-23
Changed how the privileges are stored in the group mapping code. It's now
Jean-François Micouleau
1
-7
/
+32
2001-11-11
Minor updates. A small dose of const.
Andrew Bartlett
1
-1
/
+1
2001-11-07
UGLY HACK to get machines to join tdbsam domains again.
Andrew Bartlett
1
-2
/
+4
[next]