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
/
rpc_server
/
srv_samr_nt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-04-23
Now that Volker fixed the real issues with ldapsam and adding null attributes
Andrew Bartlett
1
-40
/
+8
2003-04-22
wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get th...
Gerald Carter
1
-0
/
+5
2003-03-21
(merge from HEAD)
Andrew Bartlett
1
-7
/
+33
2003-02-24
Merge of server-side authentication changes to 3.0:
Andrew Bartlett
1
-10
/
+10
2003-01-15
merging some rpcclient and net functionality from HEAD
Gerald Carter
1
-0
/
+12
2003-01-04
Merge from HEAD - move user password changes into the NTSTATUS era, and add
Andrew Bartlett
1
-3
/
+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
-9
/
+7
2002-11-08
Merge from HEAD:
Andrew Bartlett
1
-0
/
+2
2002-11-02
port sec_desc headers reordering from HEAD.
Simo Sorce
1
-44
/
+44
2002-11-02
Merge passdb from HEAD -> 3.0
Andrew Bartlett
1
-29
/
+40
2002-10-23
Debug level 12 is a typo.
Jeremy Allison
1
-2
/
+2
2002-10-23
First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
Jeremy Allison
1
-1
/
+1
2002-10-01
syncing up with HEAD. Seems to be a lot of differences creeping in
Gerald Carter
1
-2
/
+2
2002-09-26
syncing up with HEAD again....
Gerald Carter
1
-6
/
+17
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-75
/
+56
2002-08-17
Sync 3.0 branch with HEAD
Jelmer Vernooij
1
-27
/
+115
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-410
/
+929
2002-04-12
merged the mangling test and passdb bugfixes into SAMBA_3_0
Andrew Tridgell
1
-15
/
+0
2002-03-29
Don't core dump listing thousands of users in usrmgr.
Jeremy Allison
1
-2
/
+2
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
-10
/
+82
2002-03-18
more verbose checking in talloc and util_pw
Simo Sorce
1
-2
/
+42
2002-03-10
return the correct SID and domain name for the samr enum_domain and
Andrew Tridgell
1
-8
/
+30
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-26
Add the become_root()/unbecome_root() wrapper around the lookup_name() call,
Andrew Bartlett
1
-1
/
+9
2002-01-20
This is another *BIG* change...
Andrew Bartlett
1
-44
/
+72
2002-01-20
Kill off another ugly wart from the side of the passdb subsystem.
Andrew Bartlett
1
-36
/
+3
2002-01-20
This patch makes the 'winbind use default domain' code interact better with
Andrew Bartlett
1
-3
/
+3
2002-01-17
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
1
-3
/
+14
2002-01-02
Actually enforce the passdb API.
Andrew Bartlett
1
-25
/
+21
2002-01-02
Make user enumeration work for w2k and win9x.
Jeremy Allison
1
-71
/
+85
2001-12-31
last_enum not used.
Jeremy Allison
1
-4
/
+0
2001-12-31
Fixed enumeration of a large (<1500) users from a Samba PDC to a W2k
Jeremy Allison
1
-6
/
+0
2001-12-21
Removed unused variables.
Jeremy Allison
1
-2
/
+0
2001-12-21
The jf_get_sampasswd_entries() is not used anymore.
Jeremy Allison
1
-335
/
+0
2001-12-21
added a copyright notice.
Jean-François Micouleau
1
-1
/
+1
2001-12-21
doesn't keep track of the struct's size we enumerate. W2K doesn't
Jean-François Micouleau
1
-71
/
+76
2001-12-21
Fixup some DEBUG statements (0 -> 10).
Jeremy Allison
1
-3
/
+3
2001-12-21
Use pdb_free_sam() to free a SAM_ACCOUNT struct, not safe_free(). There
Jeremy Allison
1
-1
/
+1
2001-12-21
re-done all of samr_query_disp_info()
Jean-François Micouleau
1
-86
/
+310
2001-12-19
added info level 1 to samr_query_alias()
Jean-François Micouleau
1
-0
/
+5
2001-12-18
Fixed bad args to debug statements.
Tim Potter
1
-3
/
+3
2001-12-10
added info level 3 to samrgetgroupinfo. I don't know what the value is.
Jean-François Micouleau
1
-12
/
+164
2001-12-08
small comment I don't want to loose.
Jean-François Micouleau
1
-0
/
+5
2001-12-06
again an intrusive patch:
Jean-François Micouleau
1
-2
/
+5
2001-12-05
added samr_queryuseralias(). instead of returning BUILTIN_ALIAS_RID_USERS,
Jean-François Micouleau
1
-16
/
+48
2001-12-04
added a boolean to the group mapping functions to specify if we need or
Jean-François Micouleau
1
-84
/
+40
2001-12-03
added a tdb to store the account policy informations.
Jean-François Micouleau
1
-87
/
+168
2001-12-02
added queryuseraliases to rpcclient
Jean-François Micouleau
1
-0
/
+33
[next]