Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-16 | s3:winbind: Convert WINBINDD_GETGRNAM to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-16 | s3:winbind: Convert WINBINDD_GETGRGID to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-16 | s3:winbind: Add async wb_getgrsid | Volker Lendecke | 1 | -0/+1 | |
2009-08-16 | s3:winbind: Add async wb_group_members | Volker Lendecke | 1 | -0/+1 | |
2009-08-16 | s3: Add talloc_dict.[ch] | Volker Lendecke | 1 | -0/+1 | |
2009-08-16 | s3:winbind: Convert winbindd_show_sequence to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-16 | s3:winbind: Add async wb_seqnums | Volker Lendecke | 1 | -0/+1 | |
This is something that would have been very difficult with the old style of async requests: Send the request to all children simultaneously. | |||||
2009-08-16 | s3:winbind: Add async wb_seqnum | Volker Lendecke | 1 | -0/+1 | |
2009-08-15 | s3:Makefile: build ../libcli/smb/smb2_create_blob.o as part of smbd | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-08-05 | s3:winbind: Convert WINBINDD_GETGROUPS to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Add async wb_gettoken | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Add async wb_lookupusergroups | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GETSIDALIASES to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Add async wb_lookupuseraliases | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWUID to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWNAM to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWSID to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Add async wb_getpwsid | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Add async wb_queryuser | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Convert WINBINDD_GID_TO_SID the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Add async wb_gid2sid | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Convert WINBINDD_UID_TO_SID the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Add async wb_uid2sid | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Convert WINBINDD_SID_TO_GID the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Add async wb_sid2gid | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Convert WINBINDD_SID_TO_UID to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Add async wb_sid2uid | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Convert WINBINDD_LOOKUPNAME to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Add async wb_lookupname | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Convert WINBINDD_LOOKUPSID to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Add async wb_lookupsid | Volker Lendecke | 1 | -0/+1 | |
2009-08-05 | s3:winbind: Add NDR-based parent-child communication to winbind | Volker Lendecke | 1 | -1/+7 | |
2009-07-29 | s3 net: Initial top level support. | Kai Blin | 1 | -1/+1 | |
2009-07-27 | Fix the build breakage by #including modules/vfs_acl_common.c | Jeremy Allison | 1 | -2/+2 | |
into acl_tdb and acl_xattr. Duplicates the code size, but keeps the code in common so I don't have to do bug fixes in two places (which is what I really cared about). Jeremy. | |||||
2009-07-24 | Factor out common code into vfs_acl_common.c. | Jeremy Allison | 1 | -2/+2 | |
Jeremy. | |||||
2009-07-20 | s3: Separate out a new file: filename_utils.c | Tim Prouty | 1 | -6/+8 | |
This is to ease the linking pain of everything that links LOCKING_OBJ | |||||
2009-07-15 | s3: make linking of rpcclient --as-needed safe | Björn Jacke | 1 | -2/+2 | |
2009-07-15 | s3: make linking of cifs.upcall --as-needed safe | Peter Volkov | 1 | -1/+1 | |
See http://www.gentoo.org/proj/en/qa/asneeded.xml for details. | |||||
2009-07-13 | libds: merge the UF<->ACB flag mapping functions. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-07-08 | Fix make test_shlibs for libnss_wins and libnetapi (zlib) | Jim McDonough | 1 | -2/+2 | |
2009-07-08 | Fix cifs.upcall builds on some platforms (zlib) | Jim McDonough | 1 | -1/+1 | |
2009-07-04 | s3/s4:build: honor library path from environment | Björn Jacke | 1 | -1/+1 | |
we may not throw away LD_LIBRARY_PATH and friends as they sometimes contain important information. Some of the build farm machines for example have the python lib path in there - we can't run make test when we suddenly forget how to use python | |||||
2009-07-02 | s3:smbd: add marshalling layer for SMB2 Lock support | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-07-02 | s3:smbd: add marshalling layer for SMB2 Find (QueryDirectory) support | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-07-02 | s3:smbd: add marshalling layer for SMB2 Break support (SMB 2.002 only) | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-07-02 | s3:smbd: add marshalling layer for SMB2 SetInfo support | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-07-02 | s3:smbd: add marshalling layer for SMB2 GetInfo support | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-07-02 | s3:smbd: add support for SMB2 Notify | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-07-01 | s3:build: remove the libgpo objects upon "make clean" | Michael Adam | 1 | -1/+2 | |
Michael |