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
2008-01-31
Use pidl for samr_GetDomPwInfo() server-side.
Günther Deschner
1
-17
/
+8
2008-01-31
Let _samr_Close() use pidl generated server code.
Günther Deschner
1
-9
/
+677
2007-12-21
Some C++ fixes
Volker Lendecke
1
-1
/
+3
2007-12-19
Remove Get_Pwnam and its associated static variable
Volker Lendecke
1
-2
/
+6
2007-12-17
Fix flags in call of lookup_name() in srv_samr_nt.c: can_create().
Michael Adam
1
-2
/
+2
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
1
-2
/
+2
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-47
/
+52
2007-11-12
Remove all pstrings from smbd/chgpasswd.c.
Jeremy Allison
1
-26
/
+32
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-43
/
+43
2007-10-10
r25534: Apply some const
Volker Lendecke
1
-7
/
+7
2007-10-10
r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) to
Michael Adam
1
-5
/
+5
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe.
Jim McDonough
1
-0
/
+9
2007-10-10
r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and change
Volker Lendecke
1
-18
/
+15
2007-10-10
r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.
Volker Lendecke
1
-15
/
+18
2007-10-10
r22766: Merge from 3_0:
Volker Lendecke
1
-18
/
+15
2007-10-10
r22587: Ensure TALLOC_ZERO_ARRAY is consistent.
Jeremy Allison
1
-4
/
+8
2007-10-10
r22586: Add a modified version of Simo's patch.
Jeremy Allison
1
-13
/
+28
2007-10-10
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
1
-1
/
+1
2007-10-10
r22505: Fix build
Alexander Bokovoy
1
-1
/
+1
2007-10-10
r22504: Fix bug Jerry found during his tutorial. Sorry :-(
Jim McDonough
1
-1
/
+6
2007-10-10
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
1
-6
/
+6
2007-10-10
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
1
-47
/
+32
2007-10-10
r21635: Don't free talloc()'d memory. I wish people would check the callers
Gerald Carter
1
-1
/
+1
2007-10-10
r21563: Fix a memleak: We only need dispinfo structs for "our" and for the bu...
Volker Lendecke
1
-40
/
+41
2007-10-10
r21551: Ok, this is more subtle. More tomorrow :-)
Volker Lendecke
1
-65
/
+37
2007-10-10
r21550: make disp_info_list static to get_samr_dispinfo_by_sid(), add a comme...
Volker Lendecke
1
-2
/
+18
2007-10-10
r21549: Only create DISP_INFO structs for domain handles, the others don't need
Volker Lendecke
1
-35
/
+47
2007-10-10
r21507: Fix some "cannot access LDAP when no root" bugs.
Gerald Carter
1
-10
/
+13
2007-10-10
r19058: Implement "user cannot change password", and complete "user must change
Jim McDonough
1
-12
/
+106
2007-10-10
r18429: fix a regression renaming local group introduced by trying to handle ...
Gerald Carter
1
-0
/
+2
2007-10-10
r18271: Big change:
Gerald Carter
1
-6
/
+6
2007-10-10
r17797: Just say "ok" when trying to rename a local group to its same name.
Gerald Carter
1
-4
/
+11
2007-10-10
r17554: Cleanup
Volker Lendecke
1
-3
/
+3
2007-10-10
r17468: To minimize the diff later on, pre-commit some changes independently:...
Volker Lendecke
1
-3
/
+3
2007-10-10
r17451: Change pdb_getgrsid not to take a DOM_SID but a const DOM_SID * as an
Volker Lendecke
1
-3
/
+3
2007-10-10
r17439: Fix logic error in checking TALLOC return. Spotted by Volker.
Jeremy Allison
1
-1
/
+1
2007-10-10
r17364: Another NT4 join bug: The idealx tools set the primary group sid, and...
Volker Lendecke
1
-15
/
+12
2007-10-10
r17217: Fix a couple of "smbldap_open(): Cannot open when not root" bugs
Gerald Carter
1
-1
/
+7
2007-10-10
r17150: MMC User & group plugins fixes:
Gerald Carter
1
-7
/
+25
2007-10-10
r16954: Volker reminded me we already have code to do this check.
Gerald Carter
1
-8
/
+4
2007-10-10
r16953: Don't allow groups to be renamed to an existing user or other group
Gerald Carter
1
-5
/
+22
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-6
/
+11
2007-10-10
r16678: Fix bug #3898 reported by jason@ncac.gwu.edu.
Jeremy Allison
1
-4
/
+12
2007-10-10
r16646: Fix bug #3888 reported by Jason Mader <jason@ncac.gwu.edu>.
Jeremy Allison
1
-1
/
+1
2007-10-10
r16544: Fix bug #3864 reported by jason@ncac.gwu.edu.
Jeremy Allison
1
-1
/
+1
2007-10-10
r16409: Fix Klocwork ID's.
Volker Lendecke
1
-5
/
+18
2007-10-10
r16065: Re-add a strlower_m(account) in samr_create_user that was dropped for no
Volker Lendecke
1
-0
/
+2
2007-10-10
r16060: This is one of the more dirty patches I've put in lately. Parse enoug...
Volker Lendecke
1
-0
/
+52
[next]