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
/
torture
/
rpc
/
samsync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-21
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
1
-2
/
+2
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-0
/
+1
2008-02-19
Avoid use of global_loadparm.
Jelmer Vernooij
1
-6
/
+7
2008-01-01
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26327: Explicit loadparm_context for RPC client functions.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26238: Add a loadparm context parameter to torture_context, remove more uses...
Jelmer Vernooij
1
-6
/
+6
2007-12-21
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
1
-2
/
+3
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-129
/
+129
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-7
/
+7
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24755: Use common code for finding the RPC binding in the torture tests.
Jelmer Vernooij
1
-5
/
+2
2007-10-10
r24735: Use torture API in more places.
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r24728: Use more stock torture functions.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r22190: fix compiler warnings and remove unused talloc_reference()
Stefan Metzmacher
1
-4
/
+3
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14860: create libcli/security/security.h
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14720: Add torture_context argument to all torture tests
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14470: Remove some unnecessary headers.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r14402: Generate seperate headers for RPC client functions.
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r14379: Build torture/rpc/ as a seperate smbtorture module. Move helper
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r13908: Improve the RPC-SAMSYNC test to cross-check some attributes I wasn't
Andrew Bartlett
1
-6
/
+29
2007-10-10
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13583: Realise that the member server name appears in all calls that use the
Andrew Bartlett
1
-1
/
+1
2007-10-10
r13346: use private proto header files for the torture tests
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r12693: Move core data structures out of smb.h into core.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r12510: Change the DCE/RPC interfaces to take a pointer to a
Jelmer Vernooij
1
-7
/
+3
2007-10-10
r11968: More warning fixes. We're on track to getting to double digits for
Tim Potter
1
-1
/
+1
2007-10-10
r11967: Fix more 64-bit warnings.
Tim Potter
1
-3
/
+5
2007-10-10
r11676: as tridge uses 0x%llx in his latest commits...
Stefan Metzmacher
1
-4
/
+2
2007-10-10
r11626: Fix unhandled enum in case statement warnings by noting appropriately
Tim Potter
1
-0
/
+17
2007-10-10
r10528: Add credentials.h back into includes.h as some compilers don't
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r10510: Decrease the amount of data included by includes.h a bit
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
1
-2
/
+2
2007-10-10
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
1
-2
/
+2
2007-10-10
r8430: readd my hack to display the hashes with -d 100
Stefan Metzmacher
1
-0
/
+9
2007-10-10
r8232: remove samr_String and netr_String as they are the same as lsa_String
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r7993: Further work on the Krb5 PAC.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-2
/
+2
2007-10-10
r6603: More work on the samdump puzzle. This implements a function pointer
Andrew Bartlett
1
-1
/
+1
2007-10-10
r6582: Remove the hack that metze needed because Samba4 didn't have a samdump
Andrew Bartlett
1
-9
/
+0
2007-10-10
r6565: Cludge, cludge, cludge...
Andrew Bartlett
1
-2
/
+6
2007-10-10
r6544: Use common structures between SAMR, NETLGON and the Krb5 PAC.
Andrew Bartlett
1
-0
/
+45
2007-10-10
r6523: Another string that isn't filled in. I wonder why this is, but for
Andrew Bartlett
1
-1
/
+4
[next]