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
/
source3
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-06
s3: Remove unused args from get_nss_info
Volker Lendecke
1
-1
/
+0
2011-03-06
s3: Move EXOP definitions to smbldap.h
Volker Lendecke
1
-0
/
+25
2011-03-04
s3-printing: follow force user/group for driver IO
David Disseldorp
1
-0
/
+1
2011-03-04
libreplace: move "struct timespec" checks into libreplace (where timespec is ...
Günther Deschner
1
-8
/
+0
2011-03-03
s3: Fix some nonempty blank lines
Volker Lendecke
1
-3
/
+3
2011-03-02
s3-includes: remove global include of system/readline.h.
Günther Deschner
1
-1
/
+0
2011-03-02
s3-proto: fix some inline comments.
Günther Deschner
1
-3
/
+12
2011-03-02
s3-libds: use already existing ../libds/common/flag_mapping.h header.
Günther Deschner
1
-9
/
+0
2011-03-02
s3: Pass smb_filename through the set_offline vfs op
Volker Lendecke
2
-6
/
+7
2011-03-02
s3: Pass smb_filename through the is_offline vfs op
Volker Lendecke
2
-6
/
+9
2011-03-02
s3-sessionid: avoid global include of sessionid.h
Günther Deschner
2
-2
/
+1
2011-03-02
s3-server_id: only include server_id where needed.
Günther Deschner
1
-1
/
+0
2011-03-02
s3-printing: fix move_driver_to_download_area() error paths
David Disseldorp
1
-2
/
+1
2011-03-01
s3-auth struct security_unix_token replaces UNIX_USER_TOKEN
Andrew Bartlett
3
-16
/
+9
2011-03-01
lib/util: new merged debug system
Andrew Bartlett
4
-288
/
+2
2011-03-01
s3-build __FUNCTION__ is always available, always use it
Andrew Bartlett
2
-3
/
+3
2011-02-28
s3-rpc_client: Move client pipe functions to own header.
Andreas Schneider
1
-94
/
+0
2011-02-28
s3: Remove unused receive_packet
Stefan Metzmacher
1
-1
/
+0
2011-02-28
s3: Add poll_intr_one_fd
Volker Lendecke
1
-0
/
+1
2011-02-28
s3: Eliminate select from packet_fd_read_sync
Volker Lendecke
1
-2
/
+1
2011-02-28
s3: Add poll_one_fd()
Volker Lendecke
1
-0
/
+1
2011-02-28
s3: Remove select-based s3 event backend
Volker Lendecke
1
-5
/
+0
2011-02-28
s3: Use poll for the event loop
Volker Lendecke
1
-0
/
+5
2011-02-28
s3: Add timeval_to_msec
Volker Lendecke
1
-0
/
+1
2011-02-28
s3: smbcontrol to notify smbd about idmap changes
Gregor Beck
1
-0
/
+4
2011-02-28
s3: add functions to remove entries from idmap memcache
Gregor Beck
1
-0
/
+3
2011-02-28
s3: add functions to flush the idmap memcache
Gregor Beck
1
-0
/
+2
2011-02-27
s3: Make is_zero_addr take a sockaddr_storage
Volker Lendecke
1
-1
/
+1
2011-02-25
Detect Mac OS X as a separate client type.
Justin Maggard
1
-1
/
+1
2011-02-25
s3-errormap: move (unused) map_nt_error_from_wbcErr out of errormap.
Günther Deschner
1
-1
/
+0
2011-02-25
s3-printing: move more printing defines out of includes.h
Günther Deschner
2
-30
/
+30
2011-02-23
Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 test
Jeremy Allison
1
-1
/
+2
2011-02-23
s3-proto: remove some prototypes of non-existing functions.
Günther Deschner
2
-42
/
+0
2011-02-22
s3-includes: move some chgpasswd related defines to the locations where they ...
Günther Deschner
1
-12
/
+0
2011-02-22
s3-printing: move more printing structs to printing.h
Günther Deschner
2
-40
/
+40
2011-02-22
s3-printing: only include printing where really needed.
Günther Deschner
2
-29
/
+23
2011-02-22
s3-printing: fix pcacp prototypes and includes.
Günther Deschner
1
-8
/
+0
2011-02-22
s3-printing: isolate print notification prototypes better.
Günther Deschner
1
-63
/
+0
2011-02-22
s3:auth: change num_groups to from size_t to uint32_t
Stefan Metzmacher
3
-4
/
+4
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
3
-17
/
+17
2011-02-20
s3: Convert init_system_info to NTSTATUS
Volker Lendecke
1
-1
/
+1
2011-02-19
s3: Add "len" to pdb_set_hours
Volker Lendecke
1
-1
/
+2
2011-02-18
s3-charcnv Don't genreate valid_table on the fly, rely on valid.dat
Andrew Bartlett
1
-1
/
+0
2011-02-18
lib/util/charset Use top level iconv.c in source3
Andrew Bartlett
1
-1
/
+0
2011-02-18
charset Remove use of {isupper,islower,toupper,tolower}_w functions
Andrew Bartlett
1
-4
/
+0
2011-02-18
s3-includes: force _SAMBA_BUILD_=3 in source3 includes.h
Andrew Tridgell
1
-0
/
+5
2011-02-17
s3-passdb: add PDB_CAP_TRUSTED_DOMAINS_EX.
Günther Deschner
1
-2
/
+3
2011-02-17
s3-cluster remove more CLUSTER_SUPPORT #ifdef stuff
Andrew Bartlett
1
-4
/
+0
2011-02-17
s3: add server_id.idl and use only autogenerated code.
Günther Deschner
1
-8
/
+1
2011-02-16
s3-build: move priv2ld proto to smbldap.h (in order to fix non-ldap builds).
Günther Deschner
2
-4
/
+1
[prev]
[next]