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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r9240: - move struct security_token to the idl file, with this we can
Stefan Metzmacher
13
-53
/
+24
2007-10-10
r9239: I think this is the right IDL for the eventlog record. Pidl is
Tim Potter
1
-0
/
+2
2007-10-10
r9238: Some test code to do user-unmarshalling of eventlog_Record data.
Tim Potter
1
-0
/
+26
2007-10-10
r9237: Fix eventlog_Record typedef so it decodes records source and computer
Tim Potter
1
-15
/
+13
2007-10-10
r9235: Remove attribute search we no longer reference.
Andrew Bartlett
1
-1
/
+0
2007-10-10
r9234: Ensure we always change the end of the PAC, no matter what it is. Fix
Andrew Bartlett
1
-3
/
+3
2007-10-10
r9233: Ensure that the output variable is initialised in this conversion from
Andrew Bartlett
1
-0
/
+1
2007-10-10
r9232: Rename some objects to make code clear.
Deryck Hodge
1
-24
/
+24
2007-10-10
r9230: Star out passwords and add confim text input for provisioning.
Deryck Hodge
2
-22
/
+38
2007-10-10
r9228: cleanup and simplify the AJAJ code - part 2
Andrew Tridgell
1
-6
/
+26
2007-10-10
r9227: cleanup and simplify the AJAJ code
Andrew Tridgell
6
-69
/
+71
2007-10-10
r9226: make sure we catch rpc faults in the ejs rpc wrappers
Andrew Tridgell
1
-0
/
+3
2007-10-10
r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().
Tim Potter
3
-14
/
+15
2007-10-10
r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function
Tim Potter
7
-37
/
+41
2007-10-10
r9221: Try to merge Heimdal across from lorikeet-heimdal to samba4.
Andrew Bartlett
73
-4451
/
+9277
2007-10-10
r9220: Start trying to get autogenerated code to compile.
Tim Potter
1
-11
/
+44
2007-10-10
r9219: by default be a DC, as the provisioning scripts assume that in other p...
Andrew Tridgell
1
-0
/
+3
2007-10-10
r9218: make the winreg library code handle arbitrary paths more efficiently
Andrew Tridgell
2
-29
/
+58
2007-10-10
r9217: Add 'make clean' hooks to the ans1 depedency generator.
Andrew Bartlett
1
-4
/
+19
2007-10-10
r9213: some improvements to the registry editor code
Andrew Tridgell
1
-19
/
+8
2007-10-10
r9212: the beginnings of a registry editor in SWAT, using client side javascr...
Andrew Tridgell
3
-1
/
+159
2007-10-10
r9211: don't try to encode functions in the AJAJ object encoder
Andrew Tridgell
1
-1
/
+1
2007-10-10
r9210: fixed support for a credentials element in a rpc object in ejs to not
Andrew Tridgell
2
-6
/
+10
2007-10-10
r9209: - fixed the ldb registry backend to work with the new provision ldif
Andrew Tridgell
2
-6
/
+8
2007-10-10
r9208: fix a crash bug
Stefan Metzmacher
1
-2
/
+3
2007-10-10
r9207: Start generating ejs_push/pull calls for structure elements.
Tim Potter
1
-17
/
+31
2007-10-10
r9205: Generate more stub code for smb_raw ejs functions.
Tim Potter
1
-44
/
+65
2007-10-10
r9202: OK now we are getting somewhere. Generate js stubs for top level structs
Tim Potter
1
-207
/
+38
2007-10-10
r9199: Another go at recursive flattening of structs.
Tim Potter
1
-25
/
+18
2007-10-10
r9196: - add a note about the Canonicalize KDCOPtion flag
Stefan Metzmacher
1
-0
/
+15
2007-10-10
r9191: Generate headers for nested structures that need pushing or pulling.
Tim Potter
1
-34
/
+38
2007-10-10
r9185: Make second pass over the parser tree and tidy things up to make it a
Tim Potter
1
-2
/
+84
2007-10-10
r9183: more workarounds for the global variables in ejs. I will discuss getti...
Andrew Tridgell
3
-0
/
+36
2007-10-10
r9179: cope with simultaneous web requests using the same session variable
Andrew Tridgell
1
-0
/
+6
2007-10-10
r9178: remove the old server printf code
Andrew Tridgell
1
-13
/
+0
2007-10-10
r9177: setup a credentials object in authinfo on login
Andrew Tridgell
1
-4
/
+5
2007-10-10
r9176: added a much neater method of calling printf on the server from client...
Andrew Tridgell
3
-12
/
+66
2007-10-10
r9175: simplify the example code a bit
Andrew Tridgell
1
-18
/
+7
2007-10-10
r9174: ejs does not include the special variable 'length' in for loops over o...
Andrew Tridgell
1
-18
/
+32
2007-10-10
r9173: catch ep->local being NULL
Andrew Tridgell
1
-1
/
+3
2007-10-10
r9172: - fixed a nasty bug in the 'deep copy' mpr code that caused variables
Andrew Tridgell
1
-2
/
+4
2007-10-10
r9171: - support putting a credentials object in a rpc pipe object to allow a...
Andrew Tridgell
2
-10
/
+10
2007-10-10
r9170: fix crash bug
Stefan Metzmacher
1
-2
/
+3
2007-10-10
r9168: Fix subcontext handling
Jelmer Vernooij
2
-22
/
+43
2007-10-10
r9167: Further PAC parionia: ensure the checksum fails if we modify it.
Andrew Bartlett
1
-6
/
+45
2007-10-10
r9166: This checks more of auth subsystem in the PAC test.
Andrew Bartlett
3
-117
/
+147
2007-10-10
r9165: Fix inverted error check in untested code path. (My untested code...)
Andrew Bartlett
1
-1
/
+1
2007-10-10
r9164: Fix subcontext handling
Jelmer Vernooij
1
-23
/
+43
2007-10-10
r9162: Fix a couple of data types
Jelmer Vernooij
1
-10
/
+12
2007-10-10
r9161: More etheral parser generator fixes
Jelmer Vernooij
5
-104
/
+243
[next]