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
/
source3
/
passdb
/
passdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
*id_to_*id call reshape to return NTSTATUS errors
Simo Sorce
2003-05-01
1
-5
/
+3
*
correctly initiazlize idmap tdb when creationg new
Simo Sorce
2003-04-30
1
-53
/
+0
*
This is a nice rewrite:
Simo Sorce
2003-04-29
1
-7
/
+3
*
Some passdb backends really don't like having no primary group - so always
Andrew Bartlett
2003-04-29
1
-34
/
+25
*
Merge 3.0's change to how we add users onto HEAD, including a few other bits
Andrew Bartlett
2003-04-29
1
-25
/
+36
*
ok next_rid out as well local_*id_to*id functions
Simo Sorce
2003-04-29
1
-296
/
+52
*
new helper functions to create users
Simo Sorce
2003-04-28
1
-1
/
+154
*
Adjust comment to respect change to no longer use unixsam by default...
Andrew Bartlett
2003-04-16
1
-3
/
+2
*
Fix comment - the other bits of code don't call this any more.
Andrew Bartlett
2003-02-22
1
-4
/
+1
*
Remove 'unixsam' from the default passdb backends.
Andrew Bartlett
2003-02-22
1
-3
/
+3
*
We already have one function to move unistr2 -> multibyte-static, so we
Andrew Bartlett
2003-01-02
1
-19
/
+0
*
BIG patch...
Andrew Bartlett
2003-01-02
1
-2
/
+2
*
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
2002-12-20
1
-1
/
+1
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-8
/
+6
*
when doing a 'net rpc vampire' a pdb_init_sam_pw() is used to create a
Andrew Tridgell
2002-11-07
1
-0
/
+3
*
Extra little fix to vl's patch. Make sure the passdb and testparm messages
Andrew Bartlett
2002-11-03
1
-3
/
+5
*
Force algorithmic rid base to sane values and talk about it.
Volker Lendecke
2002-11-03
1
-4
/
+25
*
This moves the group mapping API into the passdb backend.
Volker Lendecke
2002-10-21
1
-7
/
+7
*
Revert changes
Volker Lendecke
2002-10-17
1
-1
/
+1
*
Create group mappings on the fly.
Volker Lendecke
2002-10-16
1
-1
/
+1
*
Nice *big* patch from metze.
Andrew Bartlett
2002-10-12
1
-28
/
+27
*
Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much*
Andrew Bartlett
2002-09-26
1
-1
/
+1
*
Whenever we deal with adding machine/trusted domain accounts, always reset the
Andrew Bartlett
2002-09-25
1
-20
/
+23
*
This patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> cleans up
Andrew Bartlett
2002-09-25
1
-1
/
+10
*
Set default ACB attributes on 'unixsam' accounts. This means that machine
Andrew Bartlett
2002-09-04
1
-0
/
+9
*
Use the 'init' flag to determine if the UID is set, rather than testing the
Andrew Bartlett
2002-08-21
1
-2
/
+5
*
Rework the 'guest account get's RID 501' code again...
Andrew Bartlett
2002-08-17
1
-39
/
+37
*
Make the 'guest account' always have a RID of DOMAIN_USER_RID_GUEST.
Andrew Bartlett
2002-08-16
1
-6
/
+20
*
Add const to a pile of const to *DOM_SID paramaters.
Andrew Bartlett
2002-08-07
1
-2
/
+2
*
Don't accidenity mess with the wrong domain's sids.
Andrew Bartlett
2002-07-31
1
-2
/
+2
*
Update a pile of Samba's SID lookup code to ensure:
Andrew Bartlett
2002-07-30
1
-40
/
+53
*
Clarify this comment.
Andrew Bartlett
2002-07-26
1
-0
/
+3
*
addedd new (t)alloc_sub_* functions
Simo Sorce
2002-07-14
1
-4
/
+4
*
Break up the passdb objects (to allow RPC clients to link without brining in
Andrew Bartlett
2002-07-03
1
-116
/
+0
*
Debug fixes from ctrlsoft
Andrew Bartlett
2002-06-14
1
-2
/
+2
*
Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_list
Andrew Bartlett
2002-06-14
1
-1
/
+1
*
Add const, kill of useless casts and therefore eliminate warnings.
Andrew Bartlett
2002-06-14
1
-2
/
+2
*
Latest patch from metze <metze@metzemix.de> to move most of samba across
Andrew Bartlett
2002-06-13
1
-49
/
+29
*
Globally replace 'global_sam_sid' with get_global_sam_sid(), a self
Andrew Bartlett
2002-06-07
1
-11
/
+5
*
change: pdb_getsampwrid() ->pdb_getsampwsid()
Simo Sorce
2002-05-26
1
-2
/
+2
*
so here it is the code to introduce seriously debugggging classes.
Simo Sorce
2002-05-18
1
-0
/
+3
*
A few things in this commit:
Andrew Bartlett
2002-05-18
1
-141
/
+169
*
Better handling of uid/gid -> RID and RID -> uid/gid code.
Andrew Bartlett
2002-04-13
1
-21
/
+23
*
Much better support for both non-algorithic RIDs (where the RID is stored in
Andrew Bartlett
2002-04-11
1
-135
/
+130
*
Fixed up admin user / guest user lookup.
Jeremy Allison
2002-04-05
1
-5
/
+8
*
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
[next]