summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-11librpc: Fix some "ignored asprint result" warningsVolker Lendecke1-18/+9
2013-06-11smbd: Fix a const warningVolker Lendecke1-1/+1
2013-06-11smbd: Fix a const warningVolker Lendecke1-1/+1
2013-06-11smbd: Remove unused codeVolker Lendecke1-7/+0
2013-06-11lib: Remove an unused variableVolker Lendecke1-1/+0
2013-06-11winreg3: Fix a const warningVolker Lendecke1-1/+3
2013-06-11libsmb: add ABI/smbclient-0.2.1.sigsDavid Disseldorp2-1/+176
2013-06-11Add smbc_getPort(), smbc_setPort(). Bump the .so minor number.Jeremy Allison7-2/+39
2013-06-11Plumb the 'port' parameter into the connect code.Jeremy Allison1-8/+11
2013-06-11Add the port argument to SMBC_server().Jeremy Allison7-19/+21
2013-06-11Add port argument to SMBC_attr_server(). Does nothing as yet.Jeremy Allison3-3/+5
2013-06-11Add the ability to parse out the port to SMBC_parse_path().Jeremy Allison7-0/+69
2013-06-11Remove remaining references to "password level" in the treeAndrew Bartlett10-41/+2
2013-06-11docs: Do not encourage unix passwords, and remove reference to password levelAndrew Bartlett1-7/+6
2013-06-11auth: Remove "password level"Andrew Bartlett6-139/+0
2013-06-11dsdb: reset schema->{classes,attributes}_to_remove_size to 0Stefan Metzmacher1-1/+3
2013-06-11dsdb: use the correct talloc parent in dsdb_repl_merge_working_schema()Stefan Metzmacher1-2/+2
2013-06-11Revert "s4-dsdb: Remove strcasecmp() fallback in replmd_ldb_message_element_a...Andrew Bartlett1-0/+7
2013-06-11s4-dfs_server: check for netbios aliases in ad_get_referralsBjörn Baumbach1-0/+35
2013-06-10Optimization on POSIX platforms that have fstatat.Jeremy Allison1-4/+23
2013-06-10Check for fstatat.Jeremy Allison1-0/+1
2013-06-10s4:samldb LDB module - MS-SAMR 3.1.1.8.10 "userAccountControl"Matthias Dieter Wallnöfer2-17/+147
2013-06-10s4:samr RPC server - dcesrv_samr_SetUserInfo() - password expirationMatthias Dieter Wallnöfer1-1/+7
2013-06-10.gitignore: Tidy up after removal of the autoconf buildAndrew Bartlett1-85/+0
2013-06-07tdb: Fix typos.Ralph Wuerthner1-2/+2
2013-06-07Add "repack" command to tdbtool documentation.Ralph Wuerthner1-1/+9
2013-06-06Revert "dbwrap: dbwrap_fetch_locked_timeout()."Volker Lendecke5-160/+0
2013-06-06docs: Fix a typoVolker Lendecke1-1/+1
2013-06-06smbd: Change logging when SET_OFFLINE is not supportedChristof Schmitt1-10/+15
2013-06-05s4:samldb LDB module - permit "userAccountControl" modifications without acct...Matthias Dieter Wallnöfer2-2/+58
2013-06-05s4:samldb LDB module - "userAccountControl" = 0 means UF_NORMAL_ACCOUNT on addMatthias Dieter Wallnöfer2-21/+37
2013-06-04s3:smbd: explain parameters in call to SMB_VFS_DURABLE_RECONNECT()Michael Adam1-2/+3
2013-06-04s3:smbd: remove code duplication in smb2_create_send()Michael Adam1-51/+25
2013-06-04s3:smbd: remove old comment about scavenger timer from vfs_default_durable_re...Michael Adam1-14/+0
2013-06-04tdb: change version to tdb-1.2.12Stefan Metzmacher2-1/+68
2013-06-04smbcquotas.c: fix a bug of -tPeng Haitao1-1/+1
2013-06-04s4:winbind: don't leak libnet_context into the main event contextStefan Metzmacher1-0/+2
2013-06-03s3:lib/ctdb_packet use sys_send in packet_fd_writeChristian Ambach1-1/+1
2013-06-03Bug 8997: change libreplace GPL source to LGPLDavid Disseldorp3-31/+43
2013-06-03torture: support printer publish pending responsesDavid Disseldorp1-14/+37
2013-06-03torture: add AD printer publishing testDavid Disseldorp2-0/+122
2013-06-03Fix bug 9900: is_printer_published GUID retrievalDavid Disseldorp4-56/+121
2013-06-03printing: explicitly clear PUBLISHED attributeDavid Disseldorp1-1/+1
2013-06-03tdb: Add another overflow check to tdb_expand_adjustVolker Lendecke1-0/+6
2013-06-03tdb: Make tdb_recovery_allocate overflow-safeVolker Lendecke1-1/+6
2013-06-03tdb: Make tdb_recovery_size overflow-safeVolker Lendecke2-7/+28
2013-06-03tdb: add proper OOM/ENOSPC handling to tdb_expand()Stefan Metzmacher1-8/+23
2013-06-03tdb: add overflow detection to tdb_expand_adjust()Stefan Metzmacher1-3/+31
2013-06-03tdb: add overflow/ENOSPC handling to tdb_expand_file()Stefan Metzmacher1-1/+11
2013-06-03tdb: add a 'new_size' helper variable to tdb_expand_file()Stefan Metzmacher1-4/+7