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-01-02
We already have one function to move unistr2 -> multibyte-static, so we
Andrew Bartlett
1
-19
/
+0
2003-01-02
BIG patch...
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
when doing a 'net rpc vampire' a pdb_init_sam_pw() is used to create a
Andrew Tridgell
1
-0
/
+3
2002-11-03
Extra little fix to vl's patch. Make sure the passdb and testparm messages
Andrew Bartlett
1
-3
/
+5
2002-11-03
Force algorithmic rid base to sane values and talk about it.
Volker Lendecke
1
-4
/
+25
2002-10-21
This moves the group mapping API into the passdb backend.
Volker Lendecke
1
-7
/
+7
2002-10-17
Revert changes
Volker Lendecke
1
-1
/
+1
2002-10-16
Create group mappings on the fly.
Volker Lendecke
1
-1
/
+1
2002-10-12
Nice *big* patch from metze.
Andrew Bartlett
1
-28
/
+27
2002-09-26
Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much*
Andrew Bartlett
1
-1
/
+1
2002-09-25
Whenever we deal with adding machine/trusted domain accounts, always reset the
Andrew Bartlett
1
-20
/
+23
2002-09-25
This patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> cleans up
Andrew Bartlett
1
-1
/
+10
2002-09-04
Set default ACB attributes on 'unixsam' accounts. This means that machine
Andrew Bartlett
1
-0
/
+9
2002-08-21
Use the 'init' flag to determine if the UID is set, rather than testing the
Andrew Bartlett
1
-2
/
+5
2002-08-17
Rework the 'guest account get's RID 501' code again...
Andrew Bartlett
1
-39
/
+37
2002-08-16
Make the 'guest account' always have a RID of DOMAIN_USER_RID_GUEST.
Andrew Bartlett
1
-6
/
+20
2002-08-07
Add const to a pile of const to *DOM_SID paramaters.
Andrew Bartlett
1
-2
/
+2
2002-07-31
Don't accidenity mess with the wrong domain's sids.
Andrew Bartlett
1
-2
/
+2
2002-07-30
Update a pile of Samba's SID lookup code to ensure:
Andrew Bartlett
1
-40
/
+53
2002-07-26
Clarify this comment.
Andrew Bartlett
1
-0
/
+3
2002-07-14
addedd new (t)alloc_sub_* functions
Simo Sorce
1
-4
/
+4
2002-07-03
Break up the passdb objects (to allow RPC clients to link without brining in
Andrew Bartlett
1
-116
/
+0
2002-06-14
Debug fixes from ctrlsoft
Andrew Bartlett
1
-2
/
+2
2002-06-14
Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_list
Andrew Bartlett
1
-1
/
+1
2002-06-14
Add const, kill of useless casts and therefore eliminate warnings.
Andrew Bartlett
1
-2
/
+2
2002-06-13
Latest patch from metze <metze@metzemix.de> to move most of samba across
Andrew Bartlett
1
-49
/
+29
2002-06-07
Globally replace 'global_sam_sid' with get_global_sam_sid(), a self
Andrew Bartlett
1
-11
/
+5
2002-05-26
change: pdb_getsampwrid() ->pdb_getsampwsid()
Simo Sorce
1
-2
/
+2
2002-05-18
so here it is the code to introduce seriously debugggging classes.
Simo Sorce
1
-0
/
+3
2002-05-18
A few things in this commit:
Andrew Bartlett
1
-141
/
+169
2002-04-13
Better handling of uid/gid -> RID and RID -> uid/gid code.
Andrew Bartlett
1
-21
/
+23
2002-04-11
Much better support for both non-algorithic RIDs (where the RID is stored in
Andrew Bartlett
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
[next]