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
/
source4
/
rpc_server
/
lsa
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-30
fixed a number of places in our LSA server where we should return the
Andrew Tridgell
1
-11
/
+13
2008-09-30
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell
1
-9
/
+9
2008-09-30
check call status not rpc fault code when calling to different levels
Andrew Tridgell
1
-4
/
+4
2008-09-30
cope with NULL attr
Andrew Tridgell
1
-1
/
+3
2008-09-29
Rework to match new trustDomainPasswords IDL
Andrew Bartlett
1
-5
/
+5
2008-09-29
Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*
Andrew Bartlett
1
-4
/
+4
2008-09-29
WSPP docs say we need to check that root_dir is NULL
Andrew Tridgell
1
-0
/
+6
2008-09-29
we need to return NT_STATUS_INVALID_PARAMETER for bad levels in
Andrew Tridgell
1
-0
/
+5
2008-09-29
unmapped SIDs should be rid 0 not rid -1
Andrew Tridgell
1
-1
/
+4
2008-09-29
added some more well known SIDs - thanks to the WSPP LSAT test suite
Andrew Tridgell
1
-1
/
+42
2008-09-24
Move source4/lib/crypto to lib/crypto.
Jelmer Vernooij
1
-1
/
+1
2008-09-23
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
1
-5
/
+4
2008-09-08
Simplfy SetSecrets behaviour in line with RPC-LSA and Win2008.
Andrew Bartlett
1
-51
/
+64
2008-09-08
More work towards trusted domains support in Samba4's LSA
Andrew Bartlett
1
-50
/
+323
2008-09-01
Follow MS-LSAD 3.1.4.7.12 and set defaults when creating a trust.
Andrew Bartlett
1
-0
/
+6
2008-08-26
More LSA server and testuite work.
Andrew Bartlett
1
-1
/
+38
2008-08-26
Implement matching logic to Windows 2008 on handling of secrets.
Andrew Bartlett
1
-16
/
+8
2008-08-26
Fix LSA server to pass more of RPC-LSA and match Windows 2008
Andrew Bartlett
1
-17
/
+32
2008-07-21
Remove bogus test in 'enum trusted domains' LSA server.
Andrew Bartlett
1
-6
/
+0
2008-06-14
Make up the right dependencies now that ldb depends on libevents
Simo Sorce
1
-2
/
+2
2008-04-17
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
2
-8
/
+9
2008-04-02
rpc_server: Remove references to sidmap from the lsa pipe code.
Kai Blin
3
-9
/
+2
2008-03-20
More kludge ACLs!
Andrew Bartlett
1
-1
/
+47
2008-03-13
Show why a LookupName fails (help debugging)
Andrew Bartlett
2
-3
/
+21
2007-12-21
r26319: Split encoding functions out of libcli_ldap.
Jelmer Vernooij
2
-1
/
+2
2007-12-21
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
1
-7
/
+10
2007-12-21
r26296: Store loadparm context in DCE/RPC server context.
Jelmer Vernooij
2
-9
/
+9
2007-12-21
r26234: More global_loadparm fixes.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26228: Store loadparm context in auth context, move more loadparm_contexts u...
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26227: Make loadparm_context part of a server task, move loadparm_contexts f...
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...
Jelmer Vernooij
1
-2
/
+4
2007-12-21
r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were just
Andrew Bartlett
1
-5
/
+6
2007-12-21
r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.
Jelmer Vernooij
2
-1
/
+2
2007-10-10
r25553: Convert to standard bool type.
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r25196: Thanks to id10ts on IRC for finding some typos in my well-known names
Andrew Bartlett
1
-2
/
+2
2007-10-10
r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, with
Andrew Bartlett
4
-844
/
+1251
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24987: Clarify error conditions in secrets handling, before I add ACLs to
Andrew Bartlett
1
-3
/
+3
2007-10-10
r24918: Fix the build (forgot to include dcesrv_lsa.c in the previous commit)
Andrew Bartlett
1
-1
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23382: Fill in lsa_lsaRQueryForestTrustInformation.
Günther Deschner
1
-3
/
+3
2007-10-10
r21518: fix panic, sorry...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21499: fill in the correct forest dns name
Stefan Metzmacher
1
-2
/
+35
2007-10-10
r20850: Prefix all server calls with dcesrv_
Jelmer Vernooij
1
-138
/
+138
2007-10-10
r20354: Trusted domains don't have a surname, I think we want 'cn' here.
Andrew Bartlett
1
-2
/
+1
2007-10-10
r20149: Remove the smb.conf distinction between PDC and BDC. Now the correct
Andrew Bartlett
1
-9
/
+10
2007-10-10
r20034: Start using ldb_search_exp_fmt()
Simo Sorce
1
-10
/
+8
2007-10-10
r19832: better prototypes for the linearization functions:
Simo Sorce
1
-10
/
+10
2007-10-10
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
1
-14
/
+12
[prev]
[next]