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
/
winbind
/
wb_server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-02
s4:service_stream: s/private/private_data
Stefan Metzmacher
1
-4
/
+4
2009-02-02
s4:winbind: s/private/private_data
Stefan Metzmacher
1
-2
/
+2
2008-12-06
s4:winbind: move setting up the primary_sid into a new function wbsrv_setup_d...
Stefan Metzmacher
1
-7
/
+3
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-09-22
s4: allways initialize the process model before it's used
Stefan Metzmacher
1
-1
/
+1
2008-09-10
Return the same privilaged winbindd socket as we actually use.
Andrew Bartlett
1
-1
/
+3
2008-06-28
Use a configure-specified directory for the winbind priv pipe
Andrew Bartlett
1
-3
/
+11
2008-06-14
Make up the right dependencies now that ldb depends on libevents
Simo Sorce
1
-0
/
+1
2008-04-17
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
1
-1
/
+1
2008-02-21
idmap: Handle uid->SID mapping
Kai Blin
1
-0
/
+6
2008-02-04
Remove useless layer of indirection, where every service called
Andrew Bartlett
1
-12
/
+1
2008-02-04
Rework service init functions to pass down service name. This is
Andrew Bartlett
1
-1
/
+1
2008-01-05
r26672: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
1
-3
/
+4
2007-12-21
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
1
-0
/
+2
2007-12-21
r26272: Remove global_loadparm in some more places.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26250: Avoid global_loadparm in a couple more places.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26237: Add loadparm context to the server service interface.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26230: Use task-provided loadparm context in a couple more places, avoid loa...
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r25454: Use standard bool types in a couple more places.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r17342: implement a SamLogon via IRPC in samba4's winbind
Stefan Metzmacher
1
-0
/
+8
2007-10-10
r14079: I just found the setproctitle library from alt linux:-)
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r13938: Around round of splitups
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13926: More header splitups.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13244: Allow control of the location of the Samba3-compatible winbindd pipe
Andrew Bartlett
1
-4
/
+8
2007-10-10
r12866: This removes the abstraction layer in winbindd intended to deal with
Andrew Bartlett
1
-180
/
+35
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
1
-3
/
+0
2007-10-10
r11528: Separate finding dcs from initializing a domain. Makes it easier to p...
Volker Lendecke
1
-33
/
+5
2007-10-10
r11181: Implement wbinfo -s and wbinfo --user-sids. The patch is so large bec...
Volker Lendecke
1
-0
/
+2
2007-10-10
r10853: Convert wbinfo -n to properly init the domain.
Volker Lendecke
1
-0
/
+2
2007-10-10
r10846: Create a "wbsrv_domain", change wb_finddcs to the style of the rest o...
Volker Lendecke
1
-0
/
+32
2007-10-10
r10843: Reformatting
Volker Lendecke
1
-16
/
+26
2007-10-10
r10491: First step towards wbinfo -t: This issues a name request for the primary
Volker Lendecke
1
-2
/
+2
2007-10-10
r10434: add a short path to the event context that should be used for async r...
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r10426: - restructure the winbind server code a bit
Stefan Metzmacher
1
-250
/
+198
2007-10-10
r10365: Use nsswitch/winbindd_nss.h in winbind/, update that file to the curr...
Volker Lendecke
1
-1
/
+2
2007-10-10
r10363: Nobody loudly screamed "noo", so commit the samba3 winbind interface to
Volker Lendecke
1
-3
/
+187
2007-10-10
r10078: - add a 'struct data_blob_list_item'
Stefan Metzmacher
1
-14
/
+11
2007-10-10
r7911: task_terminate() is defined in the macosx headers, so change the name
Andrew Tridgell
1
-3
/
+3
2007-10-10
r7850: Support mkdir() with just one parameter. Patch from
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r5304: removed lib/socket/socket.h from includes.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5302: fixed a compilation problem on solaris caused by the recent include
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-0
/
+1
[next]