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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5010: Handle weird-ass NTTIME_1sec and NTTIME_hyper types.
Tim Potter
1
-1
/
+2
2007-10-10
r5009: Put bitmaps in their own subtree.
Tim Potter
1
-1
/
+6
2007-10-10
r5008: 32-bits is the default bitmap size.
Tim Potter
1
-2
/
+1
2007-10-10
r5007: Fix bug in regexp where we were eating the strings "in" or "out" from
Tim Potter
1
-3
/
+3
2007-10-10
r5006: Implement parsing of pidl bitmaps in ethereal parsers. This works
Tim Potter
1
-5
/
+34
2007-10-10
r5005: Add missing size specifiers to various bitmaps.
Tim Potter
4
-6
/
+6
2007-10-10
r5004: add current samba3 nmblookup.c ready for updating to new nbt lib
Andrew Tridgell
1
-0
/
+299
2007-10-10
r5003: delete old nmblookup.c code
Andrew Tridgell
1
-338
/
+0
2007-10-10
r4993: Generate nicer name for enum hf.
Tim Potter
1
-2
/
+15
2007-10-10
r4991: Remove debugging statement.
Tim Potter
1
-1
/
+0
2007-10-10
r4990: Generate value strings for pidl enumerations.
Tim Potter
1
-13
/
+57
2007-10-10
r4983: On second thoughts don't include the config.mk file for the swig stuff
Tim Potter
1
-1
/
+0
2007-10-10
r4982: Start to move swig dependencies into new build system. Unfortunately
Tim Potter
4
-34
/
+22
2007-10-10
r4981: Fix swig build.
Tim Potter
1
-3
/
+1
2007-10-10
r4980: Copy RAP callno constants from Samba 3 and start to use them.
Tim Potter
3
-10
/
+269
2007-10-10
r4979: Return NT_STATUS_INVALID_SYSTEM_SERVICE for unimplemented RAP calls as
Tim Potter
1
-1
/
+1
2007-10-10
r4975: Update usage of talloc in rap torture code.
Tim Potter
1
-55
/
+47
2007-10-10
r4973: Add a RAP scanner to smbtorture. win2k has call numbers 0-215 although
Tim Potter
2
-2
/
+31
2007-10-10
r4962: add infrastructure to use raw krb5 auth in dcerpc client code
Stefan Metzmacher
3
-6
/
+13
2007-10-10
r4959: fix compiler warning
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r4958: fix compiler warnings
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r4957: the fetchfile _recv() function was neglecting to steal the data and
Andrew Tridgell
1
-1
/
+11
2007-10-10
r4956: - moved the definition of the mangle context structure into a pvfs_sho...
Andrew Tridgell
2
-36
/
+35
2007-10-10
r4955: fixed a couple of minor memory leaks in the auth_sam code
Andrew Tridgell
1
-1
/
+11
2007-10-10
r4954: we don't need the separate event_remove_*() calls any more, as you now
Andrew Tridgell
2
-37
/
+3
2007-10-10
r4953: - enable easy valgrind use in all our test scripts
Andrew Tridgell
3
-2
/
+14
2007-10-10
r4952: removed a bogus talloc_steal() that was trying to cope with the
Andrew Tridgell
1
-1
/
+0
2007-10-10
r4951: some of the code dealing with libcli was getting too complex trying to
Andrew Tridgell
9
-44
/
+41
2007-10-10
r4950: removed some excessive debugging messages
Andrew Tridgell
1
-8
/
+0
2007-10-10
r4949: First version of a fetchfile composite function which connects to a se...
Volker Lendecke
5
-1
/
+308
2007-10-10
r4948: Typo fixes in comments.
Rafal Szczesniak
1
-2
/
+2
2007-10-10
r4945: the te element isn't needed any more
Andrew Tridgell
1
-5
/
+1
2007-10-10
r4944: every event_add_*() caller was having to call talloc_steal() to take
Andrew Tridgell
10
-37
/
+33
2007-10-10
r4943: Smplified the events handling code a lot. The first source of
Andrew Tridgell
10
-158
/
+113
2007-10-10
r4942: converted the cifs backend to not use event_context_merge(). Instead,
Andrew Tridgell
1
-16
/
+21
2007-10-10
r4941: - all needed data is now in sam.ldb and hacked.ldb is not needed anymo...
Stefan Metzmacher
2
-48
/
+42
2007-10-10
r4940: Add a variable to hold a list of typedefs for which we shouldn't generate
Tim Potter
1
-1
/
+20
2007-10-10
r4939: make a few more private pointers type safe (this might help abartlet
Andrew Tridgell
1
-3
/
+6
2007-10-10
r4938: allow the caller to supply an existing event_context if they want to
Andrew Tridgell
4
-8
/
+15
2007-10-10
r4937: simplify the connect code in the same way
Andrew Tridgell
1
-15
/
+12
2007-10-10
r4936: moved to a convention where the completion function is only called in
Andrew Tridgell
2
-24
/
+18
2007-10-10
r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c after
Andrew Tridgell
3
-15
/
+22
2007-10-10
r4930: Update my copyright.
Tim Potter
1
-1
/
+1
2007-10-10
r4927: parse the NBT session request in the smb server. This gets rid of that
Andrew Tridgell
3
-8
/
+57
2007-10-10
r4924: continue the effort to simplify and generalise the composite
Andrew Tridgell
5
-22
/
+22
2007-10-10
r4923: Avoid using krb5-config in the path if a krb5 prefix was already set.
Andrew Bartlett
1
-19
/
+21
2007-10-10
r4922: fixed an infinite loop in the name resolve code when handling a method
Andrew Tridgell
1
-3
/
+1
2007-10-10
r4919: if a caller doesn't provide an event context to the resolver library,
Andrew Tridgell
1
-1
/
+6
2007-10-10
r4916: added "host" name resolution using fork() per gethostbyname()
Andrew Tridgell
3
-17
/
+270
2007-10-10
r4915: free temp context _before_ the async callback, as the async callback m...
Andrew Tridgell
1
-1
/
+1
[prev]
[next]