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
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r8966: Simplify the makefile generation system a bit.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r8678: setup for gdb backtrace in 'make test'
Andrew Tridgell
1
-3
/
+1
2007-10-10
r8282: make the deletion of the smbd.tmp directory recursive. This cleans up ...
Andrew Tridgell
1
-45
/
+40
2007-10-10
r7911: task_terminate() is defined in the macosx headers, so change the name
Andrew Tridgell
1
-3
/
+3
2007-10-10
r7845: remove unused files
Stefan Metzmacher
1
-535
/
+0
2007-10-10
r7525: Unify lp_load(), load_interfaces and logging setup into popt().
Andrew Bartlett
1
-9
/
+2
2007-10-10
r7493: add a --maximum-runtime option to smbd. If this time is exceeeded then...
Andrew Tridgell
1
-0
/
+22
2007-10-10
r7478: fixed a problem with a backgrounded smbd looping to handle continuous
Andrew Tridgell
1
-0
/
+3
2007-10-10
r7392: more verbose debug output
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r7356: fixed the problem mkaplan reported with not being able to run without -i
Andrew Tridgell
1
-2
/
+5
2007-10-10
r7352: the internal heimdal build change. This changes quite a few things:
Andrew Tridgell
1
-0
/
+4
2007-10-10
r7303: autodetect the libkdc and our kdc support
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r7294: implemented the irpc messaging system. This is the core of the
Andrew Tridgell
2
-0
/
+2
2007-10-10
r7226: Forgot file to disable building the new kdc
Andrew Bartlett
1
-0
/
+1
2007-10-10
r7221: Add the start of a KDC service (to be built on a 'libkdc' from a to be
Andrew Bartlett
1
-0
/
+10
2007-10-10
r6997: added a private pointer to the task structure. This is needed by the s...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r6981: first version of the builtin web server for Samba4
Andrew Tridgell
1
-0
/
+10
2007-10-10
r6846: make smbd terminate immediately on EOF from stdin
Andrew Tridgell
1
-0
/
+16
2007-10-10
r6725: the beginnings of a cldap server
Andrew Tridgell
1
-0
/
+10
2007-10-10
r6530: the server ID of a connection in the single process model should be
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6196: Make the comparisons consistent with in the same expression.
Richard Sharpe
1
-1
/
+1
2007-10-10
r6187: 1. Make sure that we don't try to delete . and .. in a more portable way.
Richard Sharpe
1
-10
/
+34
2007-10-10
r5411: make network interface selection a bit saner
Andrew Tridgell
2
-0
/
+2
2007-10-10
r5306: removed all the unused mutex functions from mutex.c. When (if?) we
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5304: removed lib/socket/socket.h from includes.h
Andrew Tridgell
2
-0
/
+3
2007-10-10
r5302: fixed a compilation problem on solaris caused by the recent include
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5301: fixed pthreads build
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
2
-0
/
+2
2007-10-10
r5296: - only include the tdb headers where they are needed
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
7
-7
/
+7
2007-10-10
r5195: most events don't need the time of the event, so save a gettimeofday()...
Andrew Tridgell
2
-6
/
+6
2007-10-10
r5193: make sure we mark the event dead when we free it on a dead connection
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
4
-25
/
+12
2007-10-10
r5141: fix compiler warnings
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r5108: the beginnings of a nbtd server for Samba4. Currently just displays
Andrew Tridgell
2
-1
/
+11
2007-10-10
r5104: - added support for task based servers. These are servers that within
Andrew Tridgell
8
-16
/
+266
2007-10-10
r5103: forgot to add two new files
Andrew Tridgell
2
-0
/
+272
2007-10-10
r5102: This is a major simplification of the logic for controlling top level
Andrew Tridgell
11
-1049
/
+270
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-3
/
+3
2007-10-10
r4944: every event_add_*() caller was having to call talloc_steal() to take
Andrew Tridgell
1
-8
/
+4
2007-10-10
r4943: Smplified the events handling code a lot. The first source of
Andrew Tridgell
1
-9
/
+4
2007-10-10
r4939: make a few more private pointers type safe (this might help abartlet
Andrew Tridgell
1
-3
/
+6
2007-10-10
r4819: its just not my day today ....
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4817: ccache was being made ineffective on all the build farm machines
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4729: add dummy "winbind" service
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r4728: split up server_services into:
Stefan Metzmacher
11
-262
/
+444
2007-10-10
r4685: only remove events when we have them
Stefan Metzmacher
1
-4
/
+8
2007-10-10
r4667: Don't follow a NULL pointer for an idle event handler.
Andrew Bartlett
2
-4
/
+5
2007-10-10
r4605: Fix a confusing comment :-)
Volker Lendecke
1
-1
/
+1
2007-10-10
r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()
Andrew Tridgell
1
-2
/
+2
[next]